Skip to content

Added transfers and paypal accounts endpoints#9

Merged
gmeyer-hw merged 4 commits intohyperwallet:masterfrom
akreisman-epam:transfers-and-paypal-accounts
Oct 19, 2018
Merged

Added transfers and paypal accounts endpoints#9
gmeyer-hw merged 4 commits intohyperwallet:masterfrom
akreisman-epam:transfers-and-paypal-accounts

Conversation

@aseveryn-epam
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread hyperwallet/api.py Outdated
'''

def createTransfer(self,
data=None):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cloned this project and after I execute this command Make test then I faced some code style warning like this: _hyperwallet/api.py:1461:26: E127 continuation line over-indented for visual indent ... _

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


'''

Transfers
Copy link
Copy Markdown
Contributor

@gmeyer-hw gmeyer-hw Aug 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you run make coverage then you can face some errors like this:

 ======================================================================

ERROR: test_failed_connection (hyperwallet.tests.test_client.ApiClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/gmeyer/IntellijWorkspace/python-sdk-aseveryn-epam/hyperwallet/tests/test_client.py", line 19, in setUp
    SERVER
TypeError: __init__() takes exactly 5 arguments (4 given)

======================================================================
ERROR: test_receive_non_json_response (hyperwallet.tests.test_client.ApiClientTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/gmeyer/IntellijWorkspace/python-sdk-aseveryn-epam/hyperwallet/tests/test_client.py", line 19, in setUp
    SERVER
TypeError: __init__() takes exactly 5 arguments (4 given)'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In scope of this pull request there were no changes in apiclient constructor, but in pull request "Layer 7 encryption" number of arguments in apiclient constructor had been changed, so it seems you have an intersection of those two pull requests. Please check it again

Copy link
Copy Markdown
Contributor

@gmeyer-hw gmeyer-hw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please have a look on PR review comments

@aseveryn-epam aseveryn-epam force-pushed the transfers-and-paypal-accounts branch from cbd5c71 to 64c6476 Compare October 17, 2018 16:06
@aseveryn-epam aseveryn-epam force-pushed the transfers-and-paypal-accounts branch from e0ff8a0 to 485b599 Compare October 18, 2018 18:32
Copy link
Copy Markdown
Contributor

@gmeyer-hw gmeyer-hw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@gmeyer-hw gmeyer-hw merged commit 3aaebb7 into hyperwallet:master Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants