diff --git a/src/package.json b/src/package.json index b1c335b..3cc9fcb 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-stripe", - "version": "6.1.0", + "version": "6.1.1", "description": "NativeScript Stripe sdk", "main": "stripe", "typings": "index.d.ts", diff --git a/src/stripe.ios.ts b/src/stripe.ios.ts index d411d9a..be693c6 100644 --- a/src/stripe.ios.ts +++ b/src/stripe.ios.ts @@ -9,6 +9,7 @@ export class Stripe { } setStripeAccount(accountId: string) { + STPAPIClient.sharedClient().stripeAccount = accountId; STPPaymentConfiguration.sharedConfiguration().stripeAccount = accountId; }