Skip to content

Commit 0993919

Browse files
feat(paystack): Add config file
1 parent 1769e76 commit 0993919

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/config/paystack.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return [
4+
5+
'apiKey' => '',
6+
7+
'apiSecret' => ''
8+
9+
];

0 commit comments

Comments
 (0)