Skip to content

Commit

Permalink
Update view/frontend/web/js/view/payment/method-renderer/adyen-paypal…
Browse files Browse the repository at this point in the history
…-method.js

Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
khushboo-singhvi and candemiralp authored Oct 23, 2024
1 parent 9b6ffad commit 4e7ce99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ define(
//Create details array for the payload
let details = {};
if(!!this.token) {
details.orderID= this.token;
details.orderID = this.token;
}
request.details = details;

Expand Down

0 comments on commit 4e7ce99

Please sign in to comment.