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 b307274 commit 352a3d6Copy full SHA for 352a3d6
app/code/Magento/Sales/Model/Order/Payment/Info.php
@@ -118,6 +118,7 @@ public function getMethodInstance()
118
$instance = $this->paymentData->getMethodInstance(Substitution::CODE);
119
}
120
$instance->setInfoInstance($this);
121
+ $instance->setStore($this->getOrder()->getStoreId());
122
$this->setMethodInstance($instance);
123
124
return $this->getData('method_instance');
0 commit comments