Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Dec 5, 2024
1 parent 2c1866f commit 8bbc130
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class StripePlugin : Plugin() {
metaData!!.stripeAccount
)

// Stripe.appInfo(AppInfo.create(APP_INFO_NAME))
Stripe.appInfo = AppInfo.create(APP_INFO_NAME);

googlePayExecutor.googlePayLauncher = GooglePayLauncher(
activity,
Expand Down Expand Up @@ -133,7 +133,7 @@ class StripePlugin : Plugin() {
val stripeAccountId = call.getString("stripeAccount", null)

PaymentConfiguration.init(context, publishableKey!!, stripeAccountId)
// setAppInfo.setAppInfo(AppInfo.create(APP_INFO_NAME))
Stripe.appInfo = AppInfo.create(APP_INFO_NAME);
call.resolve()
} catch (e: Exception) {
call.reject("unable to set publishable key: " + e.localizedMessage, e)
Expand Down

0 comments on commit 8bbc130

Please sign in to comment.