Skip to content

Commit 5d3a10d

Browse files
PT-1683: SVH - SWR5 - Tier-1 - Orders stuck in status in processing i… (#5)
1 parent aff9f59 commit 5d3a10d

File tree

5 files changed

+374
-142
lines changed

5 files changed

+374
-142
lines changed

Controllers/Frontend/Mondu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function returnAction()
137137
'state' => $monduOrder['state'],
138138
'payment_method' => $monduOrder['payment_method'],
139139
'iban' => $monduOrder['bank_account']['iban'],
140-
'company_name' => $monduOrder['merchant']['company_name'],
140+
'company_name' => $monduOrder['merchant']['company_name'] ?? '',
141141
'authorized_net_term' => $monduOrder['authorized_net_term']
142142
]
143143
);

0 commit comments

Comments
 (0)