expo / stripe-expo

Use the Stripe HTTP API in Expo without the DOM, node, or native deps
MIT License
159 stars 23 forks source link

Allow token to be a promise and use built-in .json() method #20

Closed altwohill closed 7 years ago

altwohill commented 7 years ago

This fixes the issue described in #19

jeff-da commented 7 years ago

Looks good, thanks!

slorber commented 6 years ago

please publish this fix on npm as current version 1.1.3 seems to fail due to json parsing errors and does not include that fix