mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
32 lines
592 B
Markdown
32 lines
592 B
Markdown
# PayPal Payment Plugin
|
|
|
|
This plugin provides a PayPal payment option for Indico's payment module.
|
|
|
|
When used, the user will be sent to PayPal to make the payment, and afterwards
|
|
they are automatically sent back to Indico. It relies on PayPal's IPN payment
|
|
notification for Indico to automatically mark the registrant as paid once the
|
|
payment has been made and processed by PayPal.
|
|
|
|
|
|
## Changelog
|
|
|
|
### 3.3
|
|
|
|
- Support (and require) Python 3.12
|
|
|
|
### 3.2.1
|
|
|
|
- Support Python 3.11
|
|
|
|
### 3.2
|
|
|
|
- Update translations
|
|
|
|
### 3.1
|
|
|
|
- Adapt to Indico 3.1 changes
|
|
|
|
### 3.0
|
|
|
|
- Initial release for Indico 3.0
|