onAppInstancePaidPlanChanged( )


Notes:

Triggered when a Wix user upgrades or downgrades their plan for your app.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: AppInstancePaidPlanChangedEnvelope): void | Promise<void>

Did this help?