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
Ability to order free items. Use createOrderWithSpecifiedFreeItem and createOrderWithFreeCart SDK methods to implement it. The fetchCartPaymentToken SDK method also supports free items
Settings validation (demo)
Changed
Tracking order status logic. Order status is requested via a web socket. After 5 minutes, the web socket connection is re-created. If the web socket returned an error, the status is requested with a short-polling. Short-polling is expired after 10 minutes