@voyage_ai/v402-web-ts 1.0.5 → 1.0.7

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.
@@ -2483,6 +2483,7 @@ function WalletConnect({
2483
2483
 
2484
2484
  // src/react/components/checkout/V402CheckoutV2.tsx
2485
2485
  var import_react14 = __toESM(require("react"));
2486
+ init_common();
2486
2487
 
2487
2488
  // src/react/utils/CryptoIcons.tsx
2488
2489
  var import_react9 = __toESM(require("react"));
@@ -3049,7 +3050,7 @@ function V402CheckoutV2({
3049
3050
  receiptTitle = "V402 PAYMENT",
3050
3051
  tooltipText = "V402Pay - Accept Crypto Payments Easier"
3051
3052
  } = headerInfo;
3052
- const endpoint = "http://localhost:3000/api/pay";
3053
+ const endpoint = PROD_BACK_URL;
3053
3054
  const {
3054
3055
  supportedNetworks,
3055
3056
  isLoading: fetchingPaymentInfo,