|
public static Map<String, Object> getPayMap(BigDecimal amount, String orderNo, String notifyUrl, String returnUrl, String orderSubject, String orderBody, String sellerNo, List<Map<String, Object>> tempRoutingList) throws Exception {
|
|
public static Map<String, Object> getPayMap(BigDecimal amount, String orderNo, String notifyUrl, String returnUrl, String orderSubject, String orderBody, String sellerNo, List<Map<String, Object>> tempRoutingList) throws Exception {
|
|
paymentParams.put("appId", appId);
|
|
paymentParams.put("appId", appId);
|
|
paymentParams.put("amount", amount.setScale(2, BigDecimal.ROUND_HALF_UP));
|
|
paymentParams.put("amount", amount.setScale(2, BigDecimal.ROUND_HALF_UP));
|
|
paymentParams.put("orderNo", orderNo);
|
|
paymentParams.put("orderNo", orderNo);
|