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

Merge pull request #1 from DmitreyZl/Fix_bag

Update class-wc-retailcrm-history.php
This commit is contained in:
DmitreyZl 2020-09-04 14:30:23 +03:00 committed by GitHub
commit 9e418835be
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')) {