googleapis/google-api-ruby-client

androidpublisher_v3 - no support for mandatory new google subscription purchase api

pmcam opened this issue · 3 comments

pmcam commented

The new google play billing library requires a mandatory upgrade from Method: purchases.subscriptions.get to Method: purchases.subscriptionsv2.get however this method is not available in this repository. Currently the only way to request the google subscription purchase object is with the deprecated method located here

def get_purchase_subscription(package_name, subscription_id, token, fields: nil, quota_user: nil, options: nil, &block)

Can we please get support for the current version added here as we are not able to modify our google subscription products until we complete this upgrade https://developer.android.com/google/play/billing/compatibility.

It seems the v2 method was merged in this PR however it's not available in main & latest release 🤔

This is available now