Skip to content

Guley/Razor-Pay-codeigniter-v4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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