$state->
setId('bd5e2dcf547e4df6bb1ff58a554bc69e'
);
$state->
setCountryId($country->
getId());
} if (!
$shipping) { $shipping =
new CustomerAddressEntity();
$shipping->
setCountry($country);
$shipping->
setCountryState($state);
} if (!
$paymentMethod) { $paymentMethod =
(new PaymentMethodEntity())->
assign( [ 'id' => '19d144ffe15f4772860d59fca7f207c1',
'handlerIdentifier' => SyncTestPaymentHandler::
class,
'name' => 'Generated Payment',
'active' => true,
] );
} if (!
$shippingMethod) { $deliveryTime =
new DeliveryTimeEntity();