You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm integrating the SDK PayPal in my project but I'm having an issue 😞.
I start the checkout with orderId, but when I register the callbacks and call the approval.orderActions.authorize(in onApprove) I always get an error with this message
Error(message=Authorize order failed., reason=Authorize order response was not successful. Tried to retrieve OrderContext before it was created)
I've been debugging, I found that SDK is not creating the OrderContext and that is why it's always throwing the exception OrderContextNotAvailableException.
Note: When I start the checkout with an order, it works fine.
Could someone help me with this issue please? 🙏🏽
The text was updated successfully, but these errors were encountered:
I'm integrating the SDK PayPal in my project but I'm having an issue 😞.
I start the checkout with orderId, but when I register the callbacks and call the
approval.orderActions.authorize
(in onApprove) I always get an error with this messageError(message=Authorize order failed., reason=Authorize order response was not successful. Tried to retrieve OrderContext before it was created)
StartCheckout
Callbacks
I've been debugging, I found that SDK is not creating the OrderContext and that is why it's always throwing the exception OrderContextNotAvailableException.
Note: When I start the checkout with an order, it works fine.
Could someone help me with this issue please? 🙏🏽
The text was updated successfully, but these errors were encountered: