paypal / paypal-here-sdk-ios-distribution

Add credit card (tap, insert, swipe & key-in) capabilities to your iOS app
Other
81 stars 91 forks source link

PPH iOS SDK : Error Code : 3 #336

Closed maulikpat closed 3 years ago

maulikpat commented 3 years ago

I am trying to accept payment in the Live environment.

I am trying to create transaction by [PayPalRetailSDK.transactionManager createTransaction:mInvoice callback:^(PPRetailError *error, PPRetailTransactionContext *context)

Here I am getting Nil for context and below error

Error Code: 3 Error Message: Merchant not initialized Debug ID: (null)

Not sure what I am missing here. The same code was working for Sandbox.

ppmtscory commented 3 years ago

This means that your initializeMerchant call either did not happen or was not successful.