You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the config object is used by the useRavePayment hook, there is no way to change the amount after the hook is called. And we cant also defer the calling of the hook until we have accepted the amount from the user since react hooks are supposed to be called at the top level of the functional component. Please let me know if you need more details to understand my context.
The text was updated successfully, but these errors were encountered:
since the config object is used by the useRavePayment hook, there is no way to change the amount after the hook is called. And we cant also defer the calling of the hook until we have accepted the amount from the user since react hooks are supposed to be called at the top level of the functional component. Please let me know if you need more details to understand my context.
The text was updated successfully, but these errors were encountered: