Skip to content

Commit 8a2809a

Browse files
committed
Add support for PHP 7.3 and Magento 2.3.3
1 parent 7b44b07 commit 8a2809a

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"order confirmation page preview",
1212
"magento order confirmation styling",
1313
"magento checkout tester",
14-
"magento reload success page"
14+
"magento reload success page",
15+
"preview order success page",
16+
"checkout tester magento"
1517
],
1618
"license": [
1719
"proprietary"
@@ -30,15 +32,15 @@
3032
}
3133
],
3234
"require": {
33-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
35+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
3436
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
3537
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
3638
},
3739
"suggest": {
3840
"magepal/magento2-checkout-success-misc-script":"Add miscellaneous HTML and scripts to your checkout success page"
3941
},
4042
"type": "magento2-module",
41-
"version": "1.0.8",
43+
"version": "1.0.9",
4244
"autoload": {
4345
"files": [
4446
"registration.php"

etc/config.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © MagePal LLC. All rights reserved.
5+
* See COPYING.txt for license details.
6+
* https://www.magepal.com | support@magepal.com
7+
*/
8+
-->
9+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
10+
<default>
11+
<magepal_checkout>
12+
<preview_success_page>
13+
<valid_for>15</valid_for>
14+
</preview_success_page>
15+
</magepal_checkout>
16+
</default>
17+
</config>

0 commit comments

Comments
 (0)