Metadata-Version: 2.1
Name: indico-plugin-payment-razorpay
Version: 3.0.5.1
Summary: Razorpay payments for Indico event registration fees
Home-page: https://github.com/adityamj/indico-payment-razorpay
Author: Aditya Jain
Author-email: aj@adityaj.in
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
License-File: LICENSE

# Razorpay Payment Plugin


This plugin provides a payment option for Indico's payment module using the
Razorpay Web Checkout API
SIXPay Saferpay API.

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

## Changelog

### 1.0

- Initial release for Indico 3.0

## Credits

This plugin is based on [Indico SIXPay payment plugin](https://github.com/indico/indico-plugins/tree/master/payment_sixpay) which was 
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.


