Skip to content

Commit

Permalink
fix: integ api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Jul 4, 2024
1 parent df29391 commit 4b3c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const sdkEnv = process.env.sdkEnv ?? "local";
const endpointMap = {
prod: "https://api.hyperswitch.io/payments",
sandbox: "https://sandbox.hyperswitch.io/payments",
integ: "https://integ-api.hyperswitch.io/payments",
integ: "https://integ.hyperswitch.io/api/payments",
local: "https://sandbox.hyperswitch.io/payments", // Default or local environment endpoint
};

Expand Down

0 comments on commit 4b3c073

Please sign in to comment.