|
|
@@ -1714,12 +1714,11 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
|
|
|
params.put("merchantNo", payment.getMerchantNo());
|
|
|
params.put("appKey", payment.getAppKey());
|
|
|
+ params.put("sysCountryCode", payment.getSysCountryCode());
|
|
|
+ params.put("currency", payment.getCurrency());
|
|
|
params.put("orderNo", payment.getOrderNo());
|
|
|
params.put("amount", payment.getAmount().toPlainString());
|
|
|
params.put("merchantParam", payment.getMerchantParam());
|
|
|
- params.put("email", payment.getEmail());
|
|
|
- params.put("mobile", payment.getMobile());
|
|
|
- params.put("name", payment.getName());
|
|
|
params.put("callbackUrl", payment.getCallbackUrl());
|
|
|
params.put("redirectUrl", payment.getRedirectUrl());
|
|
|
|