mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-13 17:30:18 +08:00
新增抽出货币类型接口,国家地区代码
This commit is contained in:
@@ -180,7 +180,7 @@ public class PayoneerPayService extends BasePayService<PayoneerConfigStorage> im
|
||||
params.put("amount", Util.conversionAmount(order.getPrice()));
|
||||
params.put("client_reference_id", order.getOutTradeNo());
|
||||
if (null == order.getCurType()) {
|
||||
order.setCurType(CurType.USD);
|
||||
order.setCurType(DefaultCurType.USD);
|
||||
}
|
||||
params.put("currency", order.getCurType());
|
||||
params.put("description", order.getSubject());
|
||||
|
||||
Reference in New Issue
Block a user