Commit 78746352a8ec35b10a494d88a73449be901df2f4
1 parent
6fdc2901
Exists in
INGW_CMF
no message
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/th/co/ais/ssbsrfc/substate/SubWaitAdjustmentChargeReportResponse.java
@@ -53,7 +53,7 @@ public class SubWaitAdjustmentChargeReportResponse extends WaitSubState { | @@ -53,7 +53,7 @@ public class SubWaitAdjustmentChargeReportResponse extends WaitSubState { | ||
53 | adjustresponse.setResultHeader(res); | 53 | adjustresponse.setResultHeader(res); |
54 | adjustresponse.setAdjustmentResult(adj); | 54 | adjustresponse.setAdjustmentResult(adj); |
55 | ec02Instance.getAFInstance().setAdjustmentResponseIns(adjustresponse); | 55 | ec02Instance.getAFInstance().setAdjustmentResponseIns(adjustresponse); |
56 | - this._resultCode = "0"; | 56 | + this._resultCode = "000"; |
57 | chargeReportIns.setResult(this._resultCode); | 57 | chargeReportIns.setResult(this._resultCode); |
58 | chargeReportIns.setPrepaidsubscriberflag("1"); | 58 | chargeReportIns.setPrepaidsubscriberflag("1"); |
59 | 59 |
src/th/co/ais/ssbsrfc/substate/SubWaitAdjustmentChargeRequestResponse.java
@@ -57,7 +57,7 @@ public class SubWaitAdjustmentChargeRequestResponse extends WaitSubState { | @@ -57,7 +57,7 @@ public class SubWaitAdjustmentChargeRequestResponse extends WaitSubState { | ||
57 | adjustresponse.setAdjustmentResult(adj); | 57 | adjustresponse.setAdjustmentResult(adj); |
58 | ec02Instance.getAFInstance().setAdjustmentResponseIns(adjustresponse); | 58 | ec02Instance.getAFInstance().setAdjustmentResponseIns(adjustresponse); |
59 | AppLog.d("Random : "+ec02Instance.getAFInstance().getRand()); | 59 | AppLog.d("Random : "+ec02Instance.getAFInstance().getRand()); |
60 | - this._resultCode="0"; | 60 | + this._resultCode="000"; |
61 | chargeResponseIns.setResult(this._resultCode); | 61 | chargeResponseIns.setResult(this._resultCode); |
62 | chargeResponseIns.setChargingID(ec02Instance.getAFInstance().getChargeId()); | 62 | chargeResponseIns.setChargingID(ec02Instance.getAFInstance().getChargeId()); |
63 | chargeResponseIns.setPrepaidsubscriberflag("1"); | 63 | chargeResponseIns.setPrepaidsubscriberflag("1"); |