Skip to content

Commit

Permalink
chore: replace buy-preview -> buy.nash.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbnco committed Nov 7, 2023
1 parent 35e4bff commit 7664c9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/ramp-widget-sdk.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var envs = {
LOCAL: "http://localhost:3000",
PRODUCTION: "https://buy-preview.nash.io",
PRODUCTION: "https://buy.nash.io",
};
var IFRAME_WRAPPER_ID = "nash-fiat-ramp-widget-iframe-wrapper";
var IFRAME_ID = "nash-fiat-ramp-widget-iframe";
Expand Down
2 changes: 1 addition & 1 deletion dist/ramp-widget-sdk.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var envs = {
LOCAL: "http://localhost:3000",
PRODUCTION: "https://buy-preview.nash.io",
PRODUCTION: "https://buy.nash.io",
};
var IFRAME_WRAPPER_ID = "nash-fiat-ramp-widget-iframe-wrapper";
var IFRAME_ID = "nash-fiat-ramp-widget-iframe";
Expand Down
2 changes: 1 addition & 1 deletion dist/ramp-widget-sdk.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

var envs = {
LOCAL: "http://localhost:3000",
PRODUCTION: "https://buy-preview.nash.io",
PRODUCTION: "https://buy.nash.io",
};
var IFRAME_WRAPPER_ID = "nash-fiat-ramp-widget-iframe-wrapper";
var IFRAME_ID = "nash-fiat-ramp-widget-iframe";
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const NASH_CREATE_PURCHASE_URL =

export const envs: Record<WidgetEnvironment, string> = {
LOCAL: "http://localhost:3000",
PRODUCTION: "https://buy-preview.nash.io",
PRODUCTION: "https://buy.nash.io",
};

export const IFRAME_WRAPPER_ID = "nash-fiat-ramp-widget-iframe-wrapper";
Expand Down

0 comments on commit 7664c9d

Please sign in to comment.