Skip to content

Commit

Permalink
remove confirm true
Browse files Browse the repository at this point in the history
  • Loading branch information
ih-abir committed Feb 8, 2024
1 parent 92d7cd3 commit 1903d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/workers/dilmahtea-me-stripe/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const handlePOST = async (request, env, ctx) => {
amount: totalAmount,
currency: 'eur',
metadata: { paymentID, payment_type },
confirm: true,
return_url: successUrl,
});

Expand Down

0 comments on commit 1903d63

Please sign in to comment.