Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Jan 7, 2025
1 parent 07cfcbe commit d561a68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redux/Checkout/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1919,8 +1919,6 @@ export function setPaymentMethod(paymentMethod, cb) {
},
)
.then(res => {
console.log('setPaymentMethod', JSON.stringify(res))
console.log('redirectUrl', res.redirectUrl)
// We update the state with the same cart
// We can't use response, because it's not a cart
// TODO Use the payments returned
Expand Down

0 comments on commit d561a68

Please sign in to comment.