提交 caf7331c authored 作者: Whispa's avatar Whispa

commit commit

上级 11d7d915
...@@ -140,6 +140,7 @@ public class CardCharge { ...@@ -140,6 +140,7 @@ public class CardCharge {
JSONObject json = getPhoneJSON(); JSONObject json = getPhoneJSON();
json.put("PBFPubKey", RaveConstant.PUBLIC_KEY); json.put("PBFPubKey", RaveConstant.PUBLIC_KEY);
json.put("redirect_url", this.getRedirect_url()); json.put("redirect_url", this.getRedirect_url());
json.put("payment_options", "mobilemoneyrwanda");
String message = json.toString(); String message = json.toString();
...@@ -148,7 +149,7 @@ public class CardCharge { ...@@ -148,7 +149,7 @@ public class CardCharge {
Charge ch = new Charge(); Charge ch = new Charge();
return ch.charge(client,ed.getChargeMobileEndpoint()); return ch.charge(client,ed.getChargeEndPoint());
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论