Skip to content

Commit 5203c1b

Browse files
authored
Update README.md
1 parent 5f3f41f commit 5203c1b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Rozay-Pay
22
RozarPay integration in codeigniter v4
3+
4+
## Config Folder
5+
Make changes inside it `Constants.php`
6+
7+
# Constants.php
8+
```
9+
define('RAZOR_KEY', 'xxxxxxxxx');
10+
define('RAZOR_SECRET_KEY', 'xxxxxxxxx');
11+
12+
```
13+
# Enjoy your code :)

0 commit comments

Comments
 (0)