fixes for customer tests
This commit is contained in:
parent
e9514ea20e
commit
3c0568b936
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,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) {
|
||||
|
@ -104,7 +104,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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue