Commit ec8b7af5 by Owo Sugiana

Penyesuaian pesan kesalahan

1 parent 279e6871
...@@ -26,7 +26,7 @@ class TimeoutError(BaseError): ...@@ -26,7 +26,7 @@ class TimeoutError(BaseError):
class InvoiceIdError(BaseError): class InvoiceIdError(BaseError):
code = '43' code = '43'
message = 'acc_no tidak ditemukan' message = 'No pelanggan tidak ditemukan'
class HostError(BaseError): class HostError(BaseError):
...@@ -39,7 +39,7 @@ class HostError(BaseError): ...@@ -39,7 +39,7 @@ class HostError(BaseError):
class AlreadyPaidError(BaseError): class AlreadyPaidError(BaseError):
code = '45' code = '45'
message = 'Memang sudah lunas' message = 'Tagihan sudah lunas'
class AmountError(BaseError): class AmountError(BaseError):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!