订单属性接口化,暂时用做自定义属性使用,下一步具体化支付订单对象

This commit is contained in:
egzosn
2020-01-05 22:38:50 +08:00
parent f5accfbf60
commit afd3797f03
11 changed files with 56 additions and 647 deletions

View File

@@ -184,7 +184,7 @@ public class PayoneerPayService extends BasePayService<PayoneerConfigStorage> im
}
params.put("currency", order.getCurType());
params.put("description", order.getSubject());
params.putAll(order.getAttr());
return preOrderHandler(params, order);
}