1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

Update class-wc-retailcrm-history.php

This commit is contained in:
DmitreyZl 2020-09-04 14:17:11 +03:00 committed by GitHub
parent 754e1e8245
commit 4c3866006e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -563,14 +563,6 @@ if ( ! class_exists( 'WC_Retailcrm_History' ) ) :
return false;
}
if (is_array($this->order_methods)
&& $this->order_methods
&& isset($order['orderMethod'])
&& !in_array($order['orderMethod'], $this->order_methods)
) {
return false;
}
$orderResponse = $this->retailcrm->ordersGet($order['id'], 'id');
if (null !== $orderResponse && $orderResponse->offsetExists('order')) {