How to view payment details after donating particular amount to charity

0
I want to view payment details after donating some amount to the particular charity. What should I do for getting this? Like, when I donate some amount to particular charity, after donating the amount I should get the payment details along with the charity so that I know to which charity the amount is being donated.  
asked
2 answers
2

Hey Karthik,

Add an Entity (say payment_details) in your domain model and then as soon as the user clicks on donate, using the microflow, create the object of payment_details and then show it on a page which contains a non editable dataview, this way the user will be able to see the payment details.

Hope it helps!

answered
0


I have payment details in Donor entity

answered