Commit 78746352a8ec35b10a494d88a73449be901df2f4

Authored by Suraputt Suntimitr
1 parent 6fdc2901
Exists in INGW_CMF

no message

src/th/co/ais/ssbsrfc/substate/SubWaitAdjustmentChargeReportResponse.java
... ... @@ -53,7 +53,7 @@ public class SubWaitAdjustmentChargeReportResponse extends WaitSubState {
53 53 adjustresponse.setResultHeader(res);
54 54 adjustresponse.setAdjustmentResult(adj);
55 55 ec02Instance.getAFInstance().setAdjustmentResponseIns(adjustresponse);
56   - this._resultCode = "0";
  56 + this._resultCode = "000";
57 57 chargeReportIns.setResult(this._resultCode);
58 58 chargeReportIns.setPrepaidsubscriberflag("1");
59 59  
... ...
src/th/co/ais/ssbsrfc/substate/SubWaitAdjustmentChargeRequestResponse.java
... ... @@ -57,7 +57,7 @@ public class SubWaitAdjustmentChargeRequestResponse extends WaitSubState {
57 57 adjustresponse.setAdjustmentResult(adj);
58 58 ec02Instance.getAFInstance().setAdjustmentResponseIns(adjustresponse);
59 59 AppLog.d("Random : "+ec02Instance.getAFInstance().getRand());
60   - this._resultCode="0";
  60 + this._resultCode="000";
61 61 chargeResponseIns.setResult(this._resultCode);
62 62 chargeResponseIns.setChargingID(ec02Instance.getAFInstance().getChargeId());
63 63 chargeResponseIns.setPrepaidsubscriberflag("1");
... ...