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

1.1 improvements #4

Merged
merged 7 commits into from
Dec 12, 2015
Merged

1.1 improvements #4

merged 7 commits into from
Dec 12, 2015

Conversation

ashwch
Copy link
Contributor

@ashwch ashwch commented Dec 11, 2015

Final changes.

@ashwch
Copy link
Contributor Author

ashwch commented Dec 11, 2015

@AnkurGel Please check the above changes. After this it is good to go from my end. 👍

@@ -132,26 +132,27 @@ def payments_list
# GET /payments/:payment_id
def payment_detail(payment_id)
get("payments/#{payment_id}")
@response.success? ? Instamojo::Link.new(@response.body[:payment], self) : @response
@response.success? ? Instamojo::Payment.new(@response.body[:payment], self) : @response
Copy link
Owner

Choose a reason for hiding this comment

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

damn! my bad 😆

AnkurGel added a commit that referenced this pull request Dec 12, 2015
@AnkurGel AnkurGel merged commit ad3ca2b into AnkurGel:1.1 Dec 12, 2015
@AnkurGel AnkurGel mentioned this pull request Dec 12, 2015
12 tasks
@AnkurGel
Copy link
Owner

Merged for #2

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.

2 participants