mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
* check for payment method instead of order total * incorporate payment fee diff in totaldiff at oder change * use fee from model and the correct order total * add error handling * do not change paid orders * OrderChangedManager can only be committed once * remove prints of stripe secrets * add tests * an OrderChangeManager must not be committed multiple times * A pending free order stays pending after being changed * comments on paid_to_free logic