Skip to content

Commit d6131cc

Browse files
committed
fixed the url of live checkout bkash-checkout.js
1 parent f0d808f commit d6131cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ class BkashConstants {
66
static const sandboxScriptUrl =
77
'https://scripts.sandbox.bka.sh/versions/1.2.0-beta/checkout/bKash-checkout-sandbox.js';
88
static const productionScriptUrl =
9-
'https://scripts.pay.bka.sh/versions/1.2.0-beta/checkout/bKash-checkout-pay.js';
9+
'https://scripts.pay.bka.sh/versions/1.2.0-beta/checkout/bKash-checkout.js';
1010
}

0 commit comments

Comments
 (0)