Skip to content

Commit 4fd126a

Browse files
committed
Additional headers with informations
1 parent cb52128 commit 4fd126a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

payments/directbilling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, api_key, api_password):
1212
self.headers = {
1313
'X-SIM-KEY': self.api_key,
1414
'X-SIM-PASSWORD': self.api_password,
15-
'X-SIM-VERSION': '1.0',
15+
'X-SIM-VERSION': '2.1.1',
1616
'X-SIM-PLATFORM': 'PYTHON',
1717
}
1818

payments/sms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, api_key, api_password):
1111
self.headers = {
1212
'X-SIM-KEY': self.api_key,
1313
'X-SIM-PASSWORD': self.api_password,
14-
'X-SIM-VERSION': '1.0',
14+
'X-SIM-VERSION': '2.1.1',
1515
'X-SIM-PLATFORM': 'PYTHON',
1616
}
1717

0 commit comments

Comments
 (0)