Update class-wc-retailcrm-history.php
This commit is contained in:
parent
754e1e8245
commit
4c3866006e
1 changed files with 0 additions and 8 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue