three more assertions about customer
This commit is contained in:
parent
e094dfd09c
commit
fd6601ecdf
|
|
@ -109,6 +109,9 @@ class OrderCest
|
||||||
'status' => 'pending',
|
'status' => 'pending',
|
||||||
'channel_name' => 'Default',
|
'channel_name' => 'Default',
|
||||||
'is_guest' => 0,
|
'is_guest' => 0,
|
||||||
|
'customer_first_name' => $customer->first_name,
|
||||||
|
'customer_last_name' => $customer->last_name,
|
||||||
|
'customer_email' => $customer->email,
|
||||||
'shipping_method' => 'free_free',
|
'shipping_method' => 'free_free',
|
||||||
'shipping_title' => 'Free Shipping - Free Shipping',
|
'shipping_title' => 'Free Shipping - Free Shipping',
|
||||||
'shipping_description' => 'Free Shipping',
|
'shipping_description' => 'Free Shipping',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue