Results 2 issues of Yonatan Sasoony

Hey! What is the best way to add a BasePlan to an existing subscription? According to [google_play_api.monetization.subscriptions.BasePlans](https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions.basePlans) there is not an update method. I've tried to use [google_play_api.monetization.subscriptions.patch() ](https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions/patch) to...

type: question
needs more info

Hey, I've tried to create a subscription using this method [monetization.subscriptions.create](https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions/create): ` google_play_api.monetization().subscriptions().create( packageName=package_name, productId=product_id, regionsVersion={"version": "2022/01"}, body=subscription_details, ).execute()` and got this error: `TypeError: Got an unexpected keyword argument regionsVersion`....

type: bug
priority: p3