We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9786dde commit 335d543Copy full SHA for 335d543
app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Save.php
@@ -64,7 +64,8 @@ public function execute()
64
{
65
$data = $this->getRequest()->getPostValue();
66
if ($data) {
67
- $data['simple_free_shipping'] = ($data['simple_free_shipping'] === '') ? null : $data['simple_free_shipping'] ;
+ $data['simple_free_shipping'] = ($data['simple_free_shipping'] === '')
68
+ ? null : $data['simple_free_shipping'];
69
70
try {
71
/** @var $model \Magento\SalesRule\Model\Rule */
0 commit comments