Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CYHFREDA authored Oct 17, 2024
1 parent b6ac411 commit f3b4dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ app.post('/api/create-payment', async (req, res) => {
amount,
currency,
orderId,
productName: "這是好吃的",
productImageUrl: "https://pay-store.example.com/images/product.jpg",
confirmUrl: "/api/transaction",
productName: "Line Pay",
productImageUrl: "https://play-lh.googleusercontent.com/227YjLBcUSi_M1OZ6GGFlcfZ9vCi9bZ79SmTMDffF79n0DbcjlAmBIB-V2O7-lOb3xac",
confirmUrl: "http://192.168.61.15/api/transaction",
};


Expand Down

0 comments on commit f3b4dfc

Please sign in to comment.