Commit b4dfd3b151b89b611f98c2c2c2f3d3573cc52f37

Authored by Adhidarma Hadiwinoto
1 parent f1c3c3e1ef
Exists in master

ussd response maintenance: 91

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

... ... @@ -30,7 +30,8 @@ ussd_response_codes = {
30 30 'Maaf, transaksi Anda masih dalam proses': '40',
31 31 'Mohon maaf, transaksi Anda melebihi limit': '40',
32 32 'http url not found': '40',
33   - 'operation timeout': '40'
  33 + 'operation timeout': '40',
  34 + 'Maaf, saat ini sistem sedang proses maintenance': '91'
34 35 }
35 36  
36 37 def getOperatorFromProduct(product):