onAppInstancePaidPlanPurchased( )


Notes:

Triggered when a Wix user purchases a paid plan for your app.

Method Declaration
Copy
Method Parameters
handlerfunction

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

JavaScript
Did this help?