|
@@ -49,7 +49,7 @@ |
|
|
block discarded – undo |
|
49
|
49
|
'status' => 1, |
|
50
|
50
|
'is_redeemable' => 1, |
|
51
|
51
|
'website_id' => $input->getOption('website') |
|
52
|
|
- ? : $this->getObjectManager()->get('Magento\Store\Model\StoreManager')->getWebsite(true)->getId(), |
|
|
52
|
+ ?: $this->getObjectManager()->get('Magento\Store\Model\StoreManager')->getWebsite(true)->getId(), |
|
53
|
53
|
'balance' => $input->getArgument('amount'), |
|
54
|
54
|
'date_expires' => $input->getOption('expires') |
|
55
|
55
|
) |
Please login to merge, or discard this patch.