Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 296 Bytes

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 :)