We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7661597 commit 4a3e70dCopy full SHA for 4a3e70d
LabelStoreMax/lib/app/providers/stripe_pay.dart
@@ -34,7 +34,7 @@ stripePay(context,
34
: getEnv('STRIPE_LIVE_MODE', defaultValue: false);
35
36
// CONFIGURE STRIPE
37
- Stripe.stripeAccountId = getEnv('STRIPE_ACCOUNT');
+ Stripe.stripeAccountId = getEnv('STRIPE_ACCOUNT') == null ? wooSignalApp.stripeAccount : '';
38
Stripe.publishableKey = liveMode ? "pk_live_IyS4Vt86L49jITSfaUShumzi" : "pk_test_0jMmpBntJ6UkizPkfiB8ZJxH"; // Don't change this value
39
40
try {
0 commit comments