Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 469 forks source link

Add `current` methods for shop and recurring application charges #1335

Closed paulomarg closed 2 months ago

paulomarg commented 2 months ago

Description

Fixes #923

As pointed out, we'd removed some utility methods from the Shop and RecurringApplicationCharge resources, which created problems for apps that relied on those methods.

This PR adds back those methods.

How has this been tested?

With unit tests, and by calling the methods in an app using the library.

Checklist:

kirillplatonov commented 2 months ago

This is awesome, thank you! You even re-created exact same API 👏