We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3f41f commit 5203c1bCopy full SHA for 5203c1b
1 file changed
README.md
@@ -1,2 +1,13 @@
1
# Rozay-Pay
2
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