Commit 1ed0cc06f9deb52a24f2f7ffde9260645e284784

Authored by Adhidarma Hadiwinoto
1 parent 3c1fd084ae
Exists in master

coba bajak hasil

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

... ... @@ -27,6 +27,10 @@ function callbackReport(requestId, responseCode, message) {
27 27 }
28 28 });
29 29 }
  30 +
  31 + if (responseCode == '00') {
  32 + return;
  33 + }
30 34 _callbackReport(requestId, responseCode, message);
31 35 }
32 36