* [3.8.1] Revert 3.8.0
* [3.8.1] Update local-ci, make sure that dependencies work correctly after reinstallation
* [3.8.1] Update local-ci, make sure that dependencies work correctly after reinstallation
Implemeted:
Apple Pay form
Add Card form
Create token based on card params
Wrapper for STPPaymentCardTextField
Added example iOS project, tests and local CI script
To run local CI you need to specify PUBLISHABLE_KEY and MERCHANT_ID environment variables:
PUBLISHABLE_KEY=<...> MERCHANT_ID=<...> npm run ci