Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow client ids for _remove/_detail of PaymillService #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow client ids for _remove/_detail of PaymillService #25

wants to merge 1 commit into from

Conversation

berendt
Copy link

@berendt berendt commented Feb 6, 2016

Without this change it is only possible to use the _remove and _detail
methods with an existing data object (e.g. a client object).

With this change it is possible to use the _remove and _detail methods
by specifying the id of a client as a string object.

Sample calls:

paymill_client_service.remove('client_xxx')
paymill_client_service.detail('client_xxx')

Without this change it is only possible to use the _remove and _detail
methods with an existing data object (e.g. a client object).

With this change it is possible to use the _remove and _detail methods
by specifying the id of a client as a string object.

Sample calls:

paymill_client_service.remove('client_xxx')
paymill_client_service.detail('client_xxx')
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.

1 participant