Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit afb851c

Browse files
author
Derek J. Curtis
committed
Documentation updates
1 parent d6a5f46 commit afb851c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

veritranspay/payment_types.py

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ class Indomaret(PaymentTypeBase):
5252
PAYMENT_TYPE_KEY = 'cstore'
5353

5454
def __init__(self, message):
55+
"""
56+
:param `six.string_types` message: Label to be displayed in Indomaret POS
57+
"""
5558
self.store = 'Indomaret'
5659
self.message = message
5760

0 commit comments

Comments
 (0)