foodcoop-adam / foodsoft

DEPRECATED, being merged in upstream. Web-based software for foodcoops - as used in NL.
http://foodcoop-adam.github.io/
Other
10 stars 3 forks source link

debit membership fee on creating a new ordergroup #34

Closed wvengen closed 11 years ago

wvengen commented 11 years ago

The rails3-selfsignup branch allows people to create an account and new ordergroup for themselves. They can only order after paying the membership fee (if configured). At this time, the membership fee is not debited from the users account. After paying the fee, their balance should be at zero again.

wvengen commented 11 years ago

Fixed in c439f4a5542551ee08decac4944f722ca76e9cb1 by adding an after_create hook in the ordergroup model.