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

[Marketplace]: Added support for Marketplace Transfer, Reversal #13

Merged
merged 1 commit into from
May 31, 2017

Conversation

ankit-rzp
Copy link
Contributor

  • Payment transfer
  • Reversal of transfer
  • Fetch transfers

- Payment transfer
- Reversal of transfer
- Fetch transfers
@@ -10,7 +10,7 @@

class ApiClient {

private String auth;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was the private modifier removed?

@@ -85,7 +90,7 @@
throw new RazorpayException("Unable to parse response");
}

private <T extends Entity> T processResponse(Response response) throws RazorpayException {
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above

@@ -109,7 +114,7 @@
return null;
}

private <T extends Entity> ArrayList<T> processCollectionResponse(Response response)
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above

@mb-14 mb-14 merged commit 35e1a0a into master May 31, 2017
@mb-14 mb-14 deleted the transfer branch May 31, 2017 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants