indico-plugins/payment_sixpay
Adrian Moennich 613e2cc50a Only create pending txn when proceeding to payment
Otherwise someone may go to the checkout page not proceed, and then no
longer see the checkout link due to the pending transaction. While this
can still happen now if the user simply interrupts the payment process
instead of finishing or cancelling, it's much less likely to happen (and
an event manager can always "mark unpaid" to reset the pending
transaction in case a user ends up in this state)
2021-07-29 11:31:29 +02:00
..
2021-07-28 14:40:21 +02:00
2021-07-28 14:40:12 +02:00
2021-07-28 14:40:21 +02:00
2021-07-28 14:50:25 +02:00
2021-07-28 14:50:25 +02:00

SIXPay Payment Plugin

This plugin provides a SIXPay payment option for Indico's payment module.

When used, the user will be sent to SIXPay to make the payment, and afterwards they are automatically sent back to Indico.

Changelog

3.0

  • Initial release for Indico 3.0

Credits

Originally developed by Max Fischer for Indico 1.2 and 2.x. Updated to use the latest SIXPay API by Martin Claus. Adapted to Indico 3.0 and Python 3 by the CERN Indico Team.