v1.1 payermax successUrl
This commit is contained in:
@@ -82,7 +82,7 @@ public class PayermaxService {
|
||||
tmpParams.put("countryCode", params.getCountryCode());
|
||||
tmpParams.put("currency", params.getCurrency());
|
||||
tmpParams.put("totalAmount", params.getTotalAmount());
|
||||
tmpParams.put("frontCallBackUrl", "http://beta.api.peko.chat/payment/payermax/callback");
|
||||
tmpParams.put("frontCallBackUrl", params.getFrontCallBackUrl());
|
||||
|
||||
if (params.getPaymentDetail() != null) {
|
||||
tmpParams.put(PAYMENT_DETAIL_FIELD_NAME, JSONObject.toJSONString(params.getPaymentDetail()));
|
||||
|
Reference in New Issue
Block a user