'city' => 'billing-address-city',
'countryId' => 'billing-address-country-id',
'firstName' => 'billing-address-first-name',
'lastName' => 'billing-address-last-name',
'salutationId' => 'billing-address-salutation-id',
'street' => 'billing-address-street',
'zipcode' => 'billing-address-zipcode',
]),
'stateId' => '',
]);
return new OrderDeliveryCollection([$delivery1, $delivery2]);
}
}