Commit 499cd8c1ca2a05e8795db87b311e018a9e26fb85

Authored by Adhidarma Hadiwinoto
1 parent 620a10d296
Exists in master

log monthly limit

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

... ... @@ -98,6 +98,7 @@ def handleSms(sms):
98 98  
99 99 elif sms.text.find('Mohon maaf, transaksi Anda melebihi limit nominal bulanan') >= 0:
100 100 pushTopupStatus(LAST_REQUEST_ID, '40', sms.text)
  101 + logger.warning('PAUSED, monthly limit exceeded')
101 102 DISABLE_BY_MONTHLY_LIMIT = True
102 103 return
103 104