Commit 6505ca7877fed889e276cdcddbcc3ce3f6d89d25

Authored by Adhidarma Hadiwinoto
1 parent a5b322f5c8
Exists in master

perbaikan perbandingan

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

... ... @@ -61,7 +61,7 @@ function _unregSameDayDupeIfTrxFail(requestId, rc) {
61 61 return;
62 62 }
63 63  
64   - if (rc == '68' || rc = '00') {
  64 + if (rc == '68' || rc == '00') {
65 65 return;
66 66 }
67 67