Commit Graph

9 Commits

Author SHA1 Message Date
Anton Kuznetsov
511b2d9c0a Added createSourceWithParams method for iOS (#112) 2017-11-06 17:14:53 +03:00
Anton Kuznetsov
a4ef90e22d [3.8.1] Revert 3.8.0 (#139)
* [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
2017-10-14 14:21:07 +03:00
dmytrozavgorodniy
7f364cbc1b Link Stripe pod dependency to TPSStripe target via cocoapods (#134) 2017-10-12 12:05:38 +03:00
Dmytro Zavgorodniy
aa8bad263f [iOS] Add External (Bank) Account Support 2017-06-13 20:23:57 +03:00
Andrey
93db449c07 Fix for createTokenWithCard() and External (Bank) Account Support added with createTokenWithBankAccount() (#65) fixes #28, fixes #61 2017-05-26 18:37:22 +03:00
Anton Petrov
1a2913d35e Upgrade for new React Native version (#19)
* Upgrade iOS imports

* Added release build to android example app

* Fix example deps

* Updated build.gradle

* Fix react-native version to >=0.40

* Added compatibility section to README.md
2017-01-18 16:55:46 +03:00
Denis
c2b39bc05d Refactoring (#10) 2016-12-06 15:21:25 +03:00
Anton Petrov
06a8220dbc Fixed Android deprecation warnings, updated react-native version in example app (#7)
* - buterknife is removed

* - deprecated methods change to recommended

* Upgraded react-native version, added post-link script for android

* Fixed typo in build.gradle

* Updated Appium version

* Updated minimum Android SDK version in README.md
2016-11-28 16:26:03 +03:00
Anton Petrov
a5d007f5b0 Stripe iOS implementation (#1)
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
2016-11-08 22:50:00 +03:00