File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/Components/Order/Subscriber Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mondu/shopware6-payment" ,
33 "description" : " Mondu payment for Shopware 6" ,
4- "version" : " 1.4.4 " ,
4+ "version" : " 1.4.5 " ,
55 "type" : " shopware-platform-plugin" ,
66 "license" : " proprietary" ,
77 "authors" : [
Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ public function onOrderWritten(EntityWrittenEvent $event): void
100100 return ;
101101 }
102102
103- $ liveOrder = $ this ->monduClient ->getMonduOrder ($ monduOrderEntity ->getReferenceId ());
103+ $ liveOrder = $ this ->monduClient
104+ ->setSalesChannelId ($ order ->getSalesChannelId ())
105+ ->getMonduOrder ($ monduOrderEntity ->getReferenceId ());
104106
105107 if (!isset ($ liveOrder ['real_price_cents ' ])) {
106108 $ this ->logger ->critical (
You can’t perform that action at this time.
0 commit comments