phone number + country
This commit is contained in:
@@ -178,6 +178,7 @@ async fn ship(
|
||||
order_number: &order.order_number,
|
||||
recipient_name: recipient,
|
||||
email: &order.email,
|
||||
phone: order.phone.as_deref(),
|
||||
address: order.address.as_deref(),
|
||||
city: order.city.as_deref(),
|
||||
zip: order.zip.as_deref(),
|
||||
|
||||
Reference in New Issue
Block a user