Skip to content

Commit c4872ed

Browse files
committedMar 23, 2022
Fix generate signature parameters
1 parent 966d142 commit c4872ed

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
@@ -113,7 +113,7 @@ def generate_signature(self, key, data):
113113
data.amount,
114114
data.amountType,
115115
data.description,
116-
data.contol
116+
data.control
117117
]
118118

119119
if data.returns is not None:

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='simpay-api',
7-
version='2.0',
7+
version='2.1',
88
description='Python wrapper for Simpay API',
99
author='Rafał Więcek <kontakt@simpay.pl>',
1010

0 commit comments

Comments
 (0)