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
The fastest way to do this would be to store the amountDonated in the client when our pledge service responds with success, the fetch the value from this cookie.
The best way to do this would be to rework the pledge.js flow to allow a callback to be passed in that accepts the amount donated. This could fall back to the existing redirect.
The text was updated successfully, but these errors were encountered:
Rio517
changed the title
Rework Pledge.js to Display Amount Donated on Thank you page
Rework donate_form.js to Display Amount Donated on Thank you page
Aug 6, 2015
The fastest way to do this would be to store the amountDonated in the client when our pledge service responds with success, the fetch the value from this cookie.
https://github.com/MayOneUS/mayday-2.0-frontend/blob/master/_assets/javascripts/_includes/donate_form.js#L273
Current thanks page: https://mayday.us/donate-thanks/
The best way to do this would be to rework the pledge.js flow to allow a callback to be passed in that accepts the amount donated. This could fall back to the existing redirect.
The text was updated successfully, but these errors were encountered: