Commit 87205d858d7a6e2fd40f0da036a5284439d6b07d

Authored by Adhidarma Hadiwinoto
1 parent 60f6481652
Exists in master

global LAST_SN pada pushTopupStatus()

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

... ... @@ -168,6 +168,7 @@ def getRequestIdByNominalDestination(nominal, destination):
168 168 def pushTopupStatus(request_id, response_code, _message, dontparsesn = False):
169 169 global BALANCE
170 170 global CHIPINFO
  171 + global LAST_SN
171 172  
172 173 redis_key = sate24.keyByRequestId(CHIPINFO, request_id) + '.response_code'
173 174 if response_code == '00':