-
Notifications
You must be signed in to change notification settings - Fork 0
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
Money donation / payment #439
Comments
Working on this |
@tiagonmas, this is how the current implementation looks like, |
Hi @guerrerotook ,
|
Error when making a cash donation.
|
the above issue only happens locally. I guess when running in Azure this is getting the configs from the right place, while in dev it is not. How can I run this locally @guerrerotook ? thanks |
The configuration that you have in the second screenshot, is to be replaced in the pipeline, so you don't use that locally. If you came across this value in runtime means that you don't have that setup in your secrets.json file. Look if you have the AzureStorage.SinglePaymentAuditingTableName properti set. |
Add a new column IsCashDonation to signal that is a cashdonation. |
… when making a cash donation. #439
Added the column in the last commit and migrated the database both Staging and Prod. |
Create a new entry page (specific page not available via a link in the home page) that allows the user to give a money contribution (and not a specific food cart). The goal is to replace the current donation process used in https://www.bancoalimentar.pt/faca-um-donativo/ (that uses ifthenpayforms as the payment gateway, or direct MBway payments that are hard to track and currently have no automated way to produce a invoice). This way we would use the same mechanism of alimentestaideia to process the money donation and send a receipt. The user would still pick the donation amount and the food bank he is donating to. It needs to be clear that this is a money donation and not a food donation.
A second request, but very similar, is to allow to make a donation / payment of meals that a given user has eaten in the food bank (The food bank warehouse has a kitchen that serves meals to employees and volunteers, but meals need to be paid). An automated process (that is not part of this site) will send a link to the user with the amount that he needs to pay (and to what food bank). The user will follow the link and only add his personal details and payment method (the amount and food bank will already be hard coded in the link or in the database).
The text was updated successfully, but these errors were encountered: