v1.1 payermax successUrl

This commit is contained in:
2022-10-20 14:59:20 +08:00
parent 4dc15deeeb
commit 0bc4074dde

View File

@@ -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()));