From 1c49e0ac8edfc56879dc91965e2cc1100f016acb Mon Sep 17 00:00:00 2001 From: rahulshukla-home Date: Mon, 19 Oct 2020 16:39:47 +0530 Subject: [PATCH] test case updated --- tests/functional/Customer/CustomerCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/Customer/CustomerCest.php b/tests/functional/Customer/CustomerCest.php index d87d6b0a5..db21eaa9f 100644 --- a/tests/functional/Customer/CustomerCest.php +++ b/tests/functional/Customer/CustomerCest.php @@ -119,7 +119,7 @@ class CustomerCest 'company_name' => $this->fields['company_name'], 'first_name' => $this->fields['first_name'], 'last_name' => $this->fields['last_name'], - 'vat_id' => $this->fields['vat_id'], + // 'vat_id' => $this->fields['vat_id'], 'address1' => $this->fields['address1[]'], 'country' => $this->fields['country'], 'state' => $this->fields['state'],