Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@chirag04 chirag04 released this 27 Sep 16:16
· 14 commits to master since this release

BREAKING Change:

  • loadProducts does not check if payment can be made anymore before loading products. This should be useful to show product information in the app. you can still manually call canMakePayments from JS before calling loadProducts.
  • Make sure you call canMakePayments before calling purchaseProducts to handle the error gracefully. calling purchaseProduct directly will still error out and you will have to handle the error appropriately.