Skip to content

Commit

Permalink
Changed transfer payload receipt_type to type
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfidenceYobo committed Aug 30, 2019
1 parent ca4191f commit 3bc8a3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paystackpy/transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def create_transfer_recipient(self, receipt_type='nuban', name=None, metadata=No
currency=None, description=None, authorization_code=None):
url = self._url("/transferrecipient")
payload = {
"receipt_type": receipt_type,
"type": receipt_type,
"name": name,
"metadata": metadata,
"account_number": account_number,
Expand Down
2 changes: 1 addition & 1 deletion paystackpy/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'paystackpy'
__version__ = '0.0.3'
__version__ = '0.0.4'
__author__ = 'Confi Yobo'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016. Confi Yobo'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/ConfiYobo/paystackpy",
packages=setuptools.find_packages(),
download_url='https://github.com/ConfiYobo/paystackpy/archive/0.03.tar.gz',
download_url='https://github.com/ConfiYobo/paystackpy/archive/0.04.tar.gz',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 3bc8a3b

Please sign in to comment.