Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ end_of_line = lf
insert_final_newline = true
tab_width = 4
indent_style = space
charset = utf-8
charset = utf-8
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bowphp/payment",
"description": "The paymemt gateway for Bow Framwork",
"description": "The payment gateway for Bow Framework",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.5",
Expand Down
8 changes: 5 additions & 3 deletions config/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@
/**
* List of available gateway
*/
'ivoiry_cost' => [
'ivory_coast' => [
'orange' => [
'client_key' => '',
'client_secret' => '',
'webhook_secret' => ''
],

'mtn' => [
'client_key' => '',
'client_secret' => '',
'subscription_key' => '',
'api_user' => '',
'api_key' => '',
'environment' => 'sandbox', // or 'production'
'webhook_secret' => ''
],

Expand Down
Loading