...
|
...
|
@@ -113,9 +113,9 @@ const easypayOrderSubmitAsync = (uid, cartType, addressId, deliveryTime, deliver |
|
|
if (other.invoicesType) {
|
|
|
Object.assign(param, {
|
|
|
invoices_type: other.invoicesType,
|
|
|
invoices_itle: other.invoicesTitle,
|
|
|
invoices_title: other.invoicesTitle,
|
|
|
invoice_content: other.invoicesContent,
|
|
|
receiverMobile: other.receiverMobile
|
|
|
receiverMobile: other.receiver
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|