test case updated
This commit is contained in:
parent
0fb2bdad3e
commit
1c49e0ac8e
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue