saucy/app/controllers
Hugo Peixoto d6bd26c76f Fix missing ifthenpaylink bug
If you added a member and they clicked on the payment link within 5
minutes, there was a possibility that the ifthenpay link hadn't been
generated yet.

This fixes that bug by generating the ifthenpay links on member
creation.
2023-09-20 14:20:18 +01:00
..
concerns Add legal name and pronouns to members 2023-03-31 02:24:16 +01:00
application_controller.rb Add initial setup step if the database is empty 2023-07-11 00:36:05 +01:00
boards_controller.rb Adds payment page 2023-07-12 19:13:08 +01:00
contributions_controller.rb Add payment confirmation notifications 2023-08-07 13:50:50 +01:00
initial_setups_controller.rb Add initial setup step if the database is empty 2023-07-11 00:36:05 +01:00
letters_controller.rb Implement letter generation 2022-07-16 11:27:43 +01:00
members_controller.rb Fix missing ifthenpaylink bug 2023-09-20 14:20:18 +01:00
notifications_controller.rb Add notification index page 2022-10-06 15:50:38 +01:00
payments_controller.rb Add payment confirmation notifications 2023-08-07 13:50:50 +01:00