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

fixes for customer tests

This commit is contained in:
Pavel 2020-02-17 11:40:33 +03:00
parent 49b3dfc9e3
commit 0b8c29909f

View file

@ -80,7 +80,7 @@ class WC_Retailcrm_Customers_Test extends WC_Retailcrm_Test_Case_Helper
public function test_create_customer($retailcrm)
{
$retailcrm_customer = $this->getRetailcrmCustomer($retailcrm);
$id = $retailcrm_customer->createRegularCustomer($this->customer->get_id());
$id = $retailcrm_customer->createCustomer($this->customer->get_id());
$customer_send = $retailcrm_customer->getCustomer();
if ($retailcrm) {
@ -103,7 +103,7 @@ class WC_Retailcrm_Customers_Test extends WC_Retailcrm_Test_Case_Helper
public function test_update_customer($retailcrm)
{
$retailcrm_customer = $this->getRetailcrmCustomer($retailcrm);
$customer = $retailcrm_customer->updateRegularCustomer($this->customer->get_id());
$customer = $retailcrm_customer->updateCustomer($this->customer->get_id());
$customer_send = $retailcrm_customer->getCustomer();
if ($retailcrm) {