Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Callback Usage in usePaystackPayment Hook Documentation #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Chimaobi098
Copy link

This PR updates the documentation for the usePaystackPayment hook to clarify that the success and close callbacks must be passed as an object, i.e. using initializePayment({ onSuccess, onClose }) rather than as separate arguments i.e. initializePayment(onSuccess, onClose).

I initially tried using the separate arguments approach, but the callbacks weren’t being recognized and the onSuccess function was never fired even though the transaction was successful. After some investigation, I discovered that wrapping the callbacks in curly braces (to pass them as an object) resolved the issue.

This update should improve clarity and help prevent confusion for developers using this hook. Please review and let me know if any further adjustments are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant