Skip to content

Xsolla Commerce Cocos Creator SDK v0.4.0

Compare
Choose a tag to compare
@olga-salina olga-salina released this 08 Feb 14:10
· 116 commits to master since this release

Added

  • 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