skip new payments without type
This commit is contained in:
parent
0cfad0849f
commit
ccb4d04875
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ class WC_Retailcrm_Order_Payment extends WC_Retailcrm_Abstracts_Data
|
|||
if ($this->is_new) {
|
||||
if (isset($this->settings[$order->get_payment_method()])) {
|
||||
$data['type'] = $this->settings[$order->get_payment_method()];
|
||||
} else {
|
||||
$data = array();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue