Open
Description
Hey,
I've tried to create a subscription using this method 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
.
I've also tried to send "regionsVersion.version"="2022/01" as mentioned in some other places in the docs, but it didn't work for me as well.