Merge branch 'hotfix/invoiceType' into gray
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -138,7 +138,8 @@ const orderSubmitAsync = (uid, cartType, addressId, deliveryTime, deliveryWay, p | @@ -138,7 +138,8 @@ const orderSubmitAsync = (uid, cartType, addressId, deliveryTime, deliveryWay, p | ||
138 | invoices_title: other.invoicesTitle, | 138 | invoices_title: other.invoicesTitle, |
139 | invoice_content: other.invoicesContent, | 139 | invoice_content: other.invoicesContent, |
140 | receiverMobile: other.receiverMobile, | 140 | receiverMobile: other.receiverMobile, |
141 | - buyerTaxNumber: other.taxNumber | 141 | + buyerTaxNumber: other.taxNumber, |
142 | + invoice_payable_type: other.taxNumber ? 2 : 1 | ||
142 | }); | 143 | }); |
143 | } | 144 | } |
144 | 145 |
-
Please register or login to post a comment