Skip to content

Commit

Permalink
Set right attribute for shopper ip
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Jul 31, 2024
1 parent ac40e60 commit 3b5b7ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export function AdyenPayment({
return_url: url,
origin: window.location.origin,
redirect_from_issuer_method: 'GET',
shopper_id: shopperIp
shopper_ip: shopperIp
}
}
})
Expand All @@ -263,7 +263,7 @@ export function AdyenPayment({
return_url: url,
origin: window.location.origin,
redirect_from_issuer_method: 'GET',
shopper_id: shopperIp
shopper_ip: shopperIp
},
_authorize: 1
}
Expand Down

0 comments on commit 3b5b7ef

Please sign in to comment.