@voyage_ai/v402-web-ts 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.js +2 -3
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +2 -3
- package/dist/react/index.mjs.map +1 -1
- package/package.json +4 -2
package/dist/react/index.mjs
CHANGED
|
@@ -4,12 +4,11 @@ var __esm = (fn, res) => function __init() {
|
|
|
4
4
|
};
|
|
5
5
|
|
|
6
6
|
// src/types/common.ts
|
|
7
|
-
var PROD_BACK_URL
|
|
7
|
+
var PROD_BACK_URL;
|
|
8
8
|
var init_common = __esm({
|
|
9
9
|
"src/types/common.ts"() {
|
|
10
10
|
"use strict";
|
|
11
11
|
PROD_BACK_URL = "https://v402.onvoyage.ai/api/pay";
|
|
12
|
-
DEV_BACK_URL = "http://localhost:3000/api/pay";
|
|
13
12
|
}
|
|
14
13
|
});
|
|
15
14
|
|
|
@@ -1758,7 +1757,7 @@ function V402Checkout({
|
|
|
1758
1757
|
subtitle = "onvoyage.ai",
|
|
1759
1758
|
tooltipText = "V402Pay - Accept Crypto Payments Easier"
|
|
1760
1759
|
} = headerInfo;
|
|
1761
|
-
|
|
1760
|
+
const endpoint = PROD_BACK_URL;
|
|
1762
1761
|
const {
|
|
1763
1762
|
supportedNetworks,
|
|
1764
1763
|
isLoading: fetchingPaymentInfo,
|