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 f0d808f commit d6131ccCopy full SHA for d6131cc
lib/src/constants.dart
@@ -6,5 +6,5 @@ class BkashConstants {
6
static const sandboxScriptUrl =
7
'https://scripts.sandbox.bka.sh/versions/1.2.0-beta/checkout/bKash-checkout-sandbox.js';
8
static const productionScriptUrl =
9
- 'https://scripts.pay.bka.sh/versions/1.2.0-beta/checkout/bKash-checkout-pay.js';
+ 'https://scripts.pay.bka.sh/versions/1.2.0-beta/checkout/bKash-checkout.js';
10
}
0 commit comments