/Razor-Pay-codeigniter-v4

RazorPay integration in codeigniter v4

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Razor-Pay

RazorPay integration in codeigniter v4

Config Folder

Make changes inside it Constants.php

Constants.php

define('RAZOR_KEY', 'xxxxxxxxx');
define('RAZOR_SECRET_KEY', 'xxxxxxxxx');

Libraries

Extract razorpay-php.zip inside Libraries folder

Enjoy your code :)