Metadata-Version: 2.1
Name: indico-plugin-payment-paypal
Version: 3.0
Summary: PayPal payments for Indico event registration fees
Home-page: https://github.com/indico/indico-plugins
Author: Indico Team
Author-email: indico-team@cern.ch
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: ~=3.9.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: indico (>=3.0)

# 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.0

- Initial release for Indico 3.0


