Skip to content

regionsVersion query param does not work  #1878

Open
@YonatanSasoony

Description

@YonatanSasoony

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p3Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions