Skip to content

Commit

Permalink
[PW-8640] Modify payment method code of Apple Pay request (#44)
Browse files Browse the repository at this point in the history
* [PW-8640] Modify payment method code of Apple Pay request

* [PW-8640] Fix composer.json

* [PW-8640] Fix composer.json
  • Loading branch information
candemiralp authored Sep 27, 2023
1 parent 30465bb commit 5701ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"adyen/module-payment": "^*"
"adyen/module-payment": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/js/applepay/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ define([
const postData = {
email: shippingContact.emailAddress,
paymentMethod: {
method: 'adyen_hpp',
method: 'adyen_applepay',
additional_data: {
brand_code: 'applepay',
stateData: JSON.stringify(componentData)
Expand Down

0 comments on commit 5701ba6

Please sign in to comment.