File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ public function __construct(
56
56
57
57
/**
58
58
* @return $this
59
+ * @throws \Magento\Framework\Exception\LocalizedException
59
60
*/
60
61
public function beforeSave ()
61
62
{
Original file line number Diff line number Diff line change 38
38
"magepal/magento2-checkout-success-misc-script" :" Add miscellaneous HTML and scripts to your checkout success page"
39
39
},
40
40
"type" : " magento2-module" ,
41
- "version" : " 1.0.7 " ,
41
+ "version" : " 1.0.8 " ,
42
42
"autoload" : {
43
43
"files" : [
44
44
" registration.php"
Original file line number Diff line number Diff line change 83
83
<frontend_model >MagePal\PreviewCheckoutSuccessPage\Block\Adminhtml\System\Config\Form\Field\OrderIncrement</frontend_model >
84
84
</field >
85
85
86
- <field id =" modify_timestamp" translate =" label" type =" hidden" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 0" showInStore =" 1" >
86
+ <field id =" modify_timestamp" translate =" label" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 0" showInStore =" 1" >
87
+ <label >Hidden</label >
87
88
<backend_model >MagePal\PreviewCheckoutSuccessPage\Model\Config\Backend\ModifyTimestamp</backend_model >
88
89
<depends >
89
90
<field id =" */*/active" >1</field >
90
91
</depends >
91
92
</field >
92
93
93
- <field id =" access_code" translate =" label" type =" hidden" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 0" showInStore =" 1" >
94
+ <field id =" access_code" translate =" label" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 0" showInStore =" 1" >
95
+ <label >Hidden</label >
94
96
<backend_model >MagePal\PreviewCheckoutSuccessPage\Model\Config\Backend\AccessCode</backend_model >
95
97
<depends >
96
98
<field id =" */*/active" >1</field >
106
108
</group >
107
109
</section >
108
110
</system >
109
- </config >
111
+ </config >
You can’t perform that action at this time.
0 commit comments