-
Notifications
You must be signed in to change notification settings - Fork 476
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
Adds utility methods to find current shop, current recurring application charge #951
Conversation
9e47058
to
b5777c2
Compare
b5777c2
to
6b4ffdc
Compare
end | ||
|
||
sig { void } | ||
def test_current_recurring_application_charge_no_active |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this test, we should probably have a similar one for the shop method!
e6b6efc
to
f84c474
Compare
Any news on this? 👀 |
a1d9789
to
4c1e9c2
Compare
Adds utility methods to find current shop and current recurring application charges, functionality that had been available in v9 of API when it used ActiveResource. Fixes 923
4c1e9c2
to
1c5a39e
Compare
This pull request is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days. |
We are closing this pull request because it has been inactive for a few months. If you still encounter this pull request with the latest stable version, please reopen using the pull request template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines Thank you! |
@lizkenyon @paulomarg is it possible to reopen and finish this one? The original issue (#923) is still relevant and we have to monkey patch P.S. v10 upgrade guide have no notices that these methods have been removed: https://github.com/Shopify/shopify-api-ruby/blob/main/BREAKING_CHANGES_FOR_V10.md |
Hey, thanks for raising this, I think you have a point in that this was an unannounced removal. I'll reopen and add this back to our tracking so we can finalize it. |
I ended up creating a new PR since this one was quite outdated and it'd be more work to get it to work than starting over. Closing in favor of #1335 |
Description
Adds utility methods to find current shop and current recurring application charge, functionality that had been available in v9 of API when it used
ActiveResource
.Fixes #923
How has this been tested?
Unit tests added for each new method
current_shop
,current_recurring_application_charge
Please, describe the tests that you ran to verify your changes.
Checklist: