Skip to content

Commit 360e47a

Browse files
committed
fix(configs): use sdkcheckout payment url for v3 standard init
1 parent e1d4537 commit 360e47a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/configs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* V# API Standard initialization endpoint
33
*/
4-
export declare const STANDARD_URL = "https://api.flutterwave.com/v3/payments";
4+
export declare const STANDARD_URL = "https://api.flutterwave.com/v3/sdkcheckout/payments";
55
/**
66
* Redirect URL used in V3 FlutterwaveButton
77
*/

dist/configs.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* V# API Standard initialization endpoint
33
*/
4-
export var STANDARD_URL = 'https://api.flutterwave.com/v3/payments';
4+
export var STANDARD_URL = 'https://api.flutterwave.com/v3/sdkcheckout/payments';
55
/**
66
* Redirect URL used in V3 FlutterwaveButton
77
*/

src/configs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* V# API Standard initialization endpoint
33
*/
4-
export const STANDARD_URL = 'https://api.flutterwave.com/v3/payments';
4+
export const STANDARD_URL = 'https://api.flutterwave.com/v3/sdkcheckout/payments';
55

66
/**
77
* Redirect URL used in V3 FlutterwaveButton

0 commit comments

Comments
 (0)