Files
tipsi-stripe/example/__tests__
Anton Kuznetsov 6c3ea8b7ba Validate method arguments. Fixes #73 (#94)
* Check publishableKey property on init method. Fixes #73

* Check publishableKey property on init method. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Check publishableKey property on init method with prop-types. Fixes #73

* Added more types

* Added more types into Stripe.android.js

* Return promises from Stripe.android.js

* Update checkArgs to check params instead of options

* Move checkArgs import after processTheme in Stripe.ios

* React.PropTypes -> prop-types

* Update version to 3.4.0

* Update test suite

* Add info about currencyCode field in paymentRequestWithApplePay options
2017-07-27 15:15:06 +03:00
..