Authored by hongweigao

Merge branch 'release/5.2' of http://git.yoho.cn/fe/yohobuy-node into release/5.2

... ... @@ -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
});
}
... ...