We will be off on April 7th (Monday) for public holiday in our country

Commit d472caae authored by alexandros's avatar alexandros Committed by attilak

Move the store id back

parent 8fc0d954
......@@ -87,6 +87,7 @@ class CheckoutDataBuilder implements BuilderInterface
$paymentDataObject =\Magento\Payment\Gateway\Helper\SubjectReader::readPayment($buildSubject);
$payment = $paymentDataObject->getPayment();
$order = $payment->getOrder();
$storeId = $order->getStoreId();
$request = [];
// do not send email
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment