test case updated

This commit is contained in:
rahulshukla-home 2020-10-19 16:39:47 +05:30
parent 0fb2bdad3e
commit 1c49e0ac8e
1 changed files with 1 additions and 1 deletions

View File

@ -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'],