skip new payments without type
This commit is contained in:
parent
3d7b93f3b0
commit
3ca90cca50
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,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