Version: 3.14.0
SubscriptionManageMembersModal
The SubscriptionManageMembers modal is used to manage members in a subscription from type membership.
Loading...
info
SubscriptionManageMembersModal requires the subscriptionToManageMembers
to be set.
if you have your own custom flow, you can use the usePelcro hook to set them before switching to the payment view
like in the following example.
#
Usage#
Reference#
PropsonDisplay
#
() โ void
Callback function called when the modal is first displayed.
onClose
#
() โ void
Callback function called when the modal is closed.
onSuccess
#
(userObject) โ void
Callback function called when the user logs in succesfully.
onFailure
#
(errorObject) โ void
Callback function called when the login fails.