mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-04 05:43:37 +03:00
Update OrderManager.php
This commit is contained in:
parent
463485509e
commit
c51bacf8ce
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class OrderManager {
|
|||
}
|
||||
|
||||
foreach ($order_info['payments'] as $payment_data) {
|
||||
if (isset($payment_data['externalId']) && $payment_data['externalId'] == $orderId) {
|
||||
if (isset($payment_data['externalId'])) {
|
||||
$payment = $payment_data;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue