Add identity verification to app #366

Merged
kauffj merged 15 commits from rewards3 into master 2017-07-25 01:02:40 +02:00
Showing only changes of commit 5ea4bffe9d - Show all commits

View file

@ -38,7 +38,7 @@ class UserVerify extends React.PureComponent {
label={__("Link Card and Finish")}
disabled={isPending}
token={this.onToken.bind(this)}
stripeKey="pk_test_NoL1JWL7i1ipfhVId5KfDZgo"
stripeKey="pk_live_e8M4dRNnCCbmpZzduEUZBgJO"
/>
</div>
);