Skip to content

Commit

Permalink
UPDATED vulnerable packages version, fixed redirection routes in prod…
Browse files Browse the repository at this point in the history
…uction
  • Loading branch information
abirtasrif committed Sep 18, 2024
1 parent e8ccaf6 commit 4b07734
Show file tree
Hide file tree
Showing 3 changed files with 2,039 additions and 583 deletions.
4 changes: 2 additions & 2 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const data = {
amount_total: 49492,
automatic_tax: { enabled: false, status: null },
billing_address_collection: null,
cancel_url: "http://localhost:3000/cart",
cancel_url: "https://euphoria-ecommerce.vercel.app/cart",
client_reference_id: null,
consent: null,
consent_collection: null,
Expand Down Expand Up @@ -85,7 +85,7 @@ const data = {
status: "complete",
submit_type: null,
subscription: null,
success_url: "http://localhost:3000/success",
success_url: "https://euphoria-ecommerce.vercel.app/success",
total_details: { amount_discount: 0, amount_shipping: 1500, amount_tax: 0 },
url: null,
};
Loading

0 comments on commit 4b07734

Please sign in to comment.