File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11
11
" order confirmation page preview" ,
12
12
" magento order confirmation styling" ,
13
13
" magento checkout tester" ,
14
- " magento reload success page"
14
+ " magento reload success page" ,
15
+ " preview order success page" ,
16
+ " checkout tester magento"
15
17
],
16
18
"license" : [
17
19
" proprietary"
30
32
}
31
33
],
32
34
"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 " ,
34
36
"magento/module-backend" : " 100.0.*|100.1.*|100.2.*|101.0.*" ,
35
37
"magento/framework" : " 100.0.*|100.1.*|101.0.*|102.0.*"
36
38
},
37
39
"suggest" : {
38
40
"magepal/magento2-checkout-success-misc-script" :" Add miscellaneous HTML and scripts to your checkout success page"
39
41
},
40
42
"type" : " magento2-module" ,
41
- "version" : " 1.0.8 " ,
43
+ "version" : " 1.0.9 " ,
42
44
"autoload" : {
43
45
"files" : [
44
46
" registration.php"
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments