|
|
@@ -714,6 +714,7 @@ public class WxPayServiceImpl implements WxPayService {
|
|
|
.setInvoiceTitle(buyerInformation.getName())
|
|
|
.setTaxId(buyerInformation.getTaxpayer_id())
|
|
|
.setAddress(buyerInformation.getAddress())
|
|
|
+ .setTelephone(buyerInformation.getTelephone())
|
|
|
.setBankName(buyerInformation.getBank_name())
|
|
|
.setBankAccount(buyerInformation.getBank_account())
|
|
|
.setEmail(buyerInformation.getEmail())
|