Skip to content

Commit

Permalink
Update Adyen Web Component version to 5.65.0
Browse files Browse the repository at this point in the history
ISSUE: AD4CR28I-16
  • Loading branch information
filipkojic committed Feb 26, 2025
1 parent 39dbb96 commit 3f44a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please make sure before you raise an issue that you revisit it on a newly instal
## Integration
The plugin integrates card component (Secured Fields) using Adyen Checkout for all card payments. Currently, the following versions of Web components and Checkout API are utilized in the code:
* **Checkout API version:** v71
* **Checkout Web Component version:** 5.61.0
* **Checkout Web Component version:** 5.65.0

## License
MIT license. For more information, see the LICENSE file.
8 changes: 4 additions & 4 deletions src/adyenofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -612,24 +612,24 @@ public function hookActionFrontControllerSetMedia(): void
);
$this->getContext()->controller->registerJavascript(
'adyen-component-js',
'https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/5.61.0/adyen.js',
'https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/5.65.0/adyen.js',
[
'server' => 'remote',
'position' => 'head',
'attributes' => [
'integrity' => 'sha384-d6l5Qqod+Ks601U/jqsLz7QkW0LL6T5pfEsSHypuTSnDUYVGRLNV1ZdITbEwb1yL',
'integrity' => 'sha384-6qEAHFy5klBO9QE1zhxuGAKiAe7fVK7SAW7KnLSaYxj2UedBLGHsnNi7NrNcKIQR',
'crossorigin' => 'anonymous'
]
]
);
$this->getContext()->controller->registerStylesheet(
'adyen-component-css',
'https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/5.61.0/adyen.css',
'https://checkoutshopper-live.adyen.com/checkoutshopper/sdk/5.65.0/adyen.css',
[
'server' => 'remote',
'position' => 'head',
'attributes' => [
'integrity' => 'sha384-d6l5Qqod+Ks601U/jqsLz7QkW0LL6T5pfEsSHypuTSnDUYVGRLNV1ZdITbEwb1yL',
'integrity' => 'sha384-Dk62669n9Ic7V6K8X7MBAOEZ5IQ9Qq29nW/zPkfwg1ghqyZLiuSc5QYQJ6M72iNR',
'crossorigin' => 'anonymous'
]
]
Expand Down

0 comments on commit 3f44a96

Please sign in to comment.