Skip to content

Commit

Permalink
Merge pull request #62 from shohan-pherones/abir
Browse files Browse the repository at this point in the history
Fix: vulnerable linting packages & routes
  • Loading branch information
shohan-pherones authored Sep 19, 2024
2 parents ae71536 + 4b07734 commit a7bce50
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 a7bce50

Please sign in to comment.