We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user adds a donation wish - it is not recorded in the db and visible in the campaign page. You can check the stripe-payment.service.ts
Here is an example of a donation that is not visible on the campaign page.
If available the wish should be stored with createDonationWish function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
If the user adds a donation wish - it is not recorded in the db and visible in the campaign page.
You can check the stripe-payment.service.ts
To Reproduce
Here is an example of a donation that is not visible on the campaign page.
Expected Behavior
If available the wish should be stored with createDonationWish function.
The text was updated successfully, but these errors were encountered: