Skip to content

Commit b60f998

Browse files
authored
Merge pull request #146 from magebitcom/feature/LMM-96
LMM-96 Add checkout redirect URL to CSP whitelist
2 parents fcfe41e + b75955f commit b60f998

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"magento/framework": ">=103.0.1"
77
},
88
"type": "magento2-module",
9-
"version": "0.10.0",
9+
"version": "0.10.1",
1010
"autoload": {
1111
"files": [
1212
"registration.php"

etc/csp_whitelist.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<value id="leanpay_si" type="host">https://app.leanpay.si</value>
1010
<value id="leanpay_ro_dev" type="host">https://stage-app.leanpay.ro</value>
1111
<value id="leanpay_ro" type="host">https://vendor.leanpay.ro</value>
12+
<value id="leanpay_si_checkout_redirect" type="host">https://stage-checkout.leanpay.si</value>
1213
</values>
1314
</policy>
1415
</policies>

0 commit comments

Comments
 (0)