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 have a use case to allow in-store pick-up when I create an order with this option and try to authorise it I receive the error Capture order response was not successful. Response status code: 422, testing with the iOS developer looks like we have to set in PurchaseUnit.Shipping a field called name starting with S2S (no other meaningful info is provided in the log), this field is not present in the Shipping object provided by the SDK in version 0.8.8. You can find the error provided by the iOS SDK in the end of this ticket.
Steps to reproduce:
1 - Start the SDK with an Order with:
Intent: CAPTURE;
User Action: PAYNOW;
Shipping Preference: GET_FROM_FILE;
Purchase Unit with amount and items.
Purchase Unit - Shipping with only 1 option with type PICKUP and set the Address;
I have a use case to allow in-store pick-up when I create an order with this option and try to authorise it I receive the error
Capture order response was not successful. Response status code: 422
, testing with the iOS developer looks like we have to set inPurchaseUnit.Shipping
a field calledname
starting withS2S
(no other meaningful info is provided in the log), this field is not present in theShipping
object provided by the SDK in version0.8.8
. You can find the error provided by the iOS SDK in the end of this ticket.Steps to reproduce:
1 - Start the SDK with an Order with:
CAPTURE
;PAYNOW
;GET_FROM_FILE
;PICKUP
and set the Address;2 - Try to place the order;
3 - See the error.
Below is the error provided by the iOS SDK:
The text was updated successfully, but these errors were encountered: