Closed maulikpat closed 4 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)
[PayPalRetailSDK.transactionManager createTransaction:mInvoice callback:^(PPRetailError *error, PPRetailTransactionContext *context)
Here I am getting Nil for context and below error
Nil
context
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.
This means that your initializeMerchant call either did not happen or was not successful.
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
forcontext
and below errorNot sure what I am missing here. The same code was working for Sandbox.