|
|
@@ -229,6 +229,7 @@ public class RechargeAct extends BaseActivity {
|
|
|
}
|
|
|
|
|
|
private void tryIpaynow(String payInfo) {
|
|
|
+ Log.i("IPayNow", payInfo);
|
|
|
IpaynowPlugin.getInstance().getDefaultLoading().setLoadingMsg("正在生成订单");
|
|
|
IpaynowPlugin.getInstance().getDefaultLoading().show();
|
|
|
IpaynowPlugin.getInstance()
|
|
|
@@ -250,7 +251,7 @@ public class RechargeAct extends BaseActivity {
|
|
|
temp.append("respCode=").append(resp.respCode).append("\n").append("respMsg=").append(resp.respMsg);
|
|
|
}
|
|
|
// Toast.makeText(RechargeAct.this, "onIpaynowTransResult:" + temp.toString(), Toast.LENGTH_LONG).show();
|
|
|
- Log.e("PayRet", temp.toString());
|
|
|
+ Log.e("IPayNow", temp.toString());
|
|
|
if (forResult && resp.respCode.equals("00")) {
|
|
|
Intent intent = new Intent();
|
|
|
intent.putExtra("amount", Integer.parseInt(mAmount));
|