Skip to content

Commit 523bbcb

Browse files
authored
Update tanda.php
1 parent 13e1732 commit 523bbcb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config/tanda.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,48 @@
99
|The App CLIENT ID
1010
|------------------------------------------
1111
*/
12-
'client_id' => env('TANDA_CLIENT_ID', '5fcd60dc-a281-4616-9da1-5a6324c45ec7'),
12+
'client_id' => env('TANDA_CLIENT_ID', ''),
1313

1414
/*-----------------------------------------
1515
|The App CLIENT Secret
1616
|------------------------------------------
1717
*/
18-
'client_secret' => env('TANDA_CLIENT_SECRET', '8OKXu0mcumfnyFhWOO4QzprA'),
18+
'client_secret' => env('TANDA_CLIENT_SECRET', ''),
1919

2020
/*-----------------------------------------
2121
|The ORG ID
2222
|------------------------------------------
2323
*/
24-
'org_id' => env('TANDA_ORG_ID', 'c60aec89-eae9-4230-b48a-347f0f13fd95'),
24+
'org_id' => env('TANDA_ORG_ID', ''),
2525

2626
/*-----------------------------------------
2727
|Airtime callback
2828
|------------------------------------------
2929
*/
30-
'topup_callback' => 'https://webhook.site/f7c195aa-9b8f-4819-902e-64f86d47f4dd',
30+
'topup_callback' => '',
3131

3232
/*-----------------------------------------
3333
|Billpay callback
3434
|------------------------------------------
3535
*/
36-
'billpay_callback' => 'https://webhook.site/f7c195aa-9b8f-4819-902e-64f86d47f4dd',
36+
'billpay_callback' => '',
3737

3838
/*-----------------------------------------
3939
|Paytv callback
4040
|------------------------------------------
4141
*/
42-
'paytv_callback' => 'https://webhook.site/f7c195aa-9b8f-4819-902e-64f86d47f4dd',
42+
'paytv_callback' => '',
4343

4444
/*-----------------------------------------
4545
|KPLC Tokens callback
4646
|------------------------------------------
4747
*/
48-
'tokens_callback' => 'https://webhook.site/f7c195aa-9b8f-4819-902e-64f86d47f4dd',
48+
'tokens_callback' => '',
4949

5050
/*-----------------------------------------
5151
|Airtime voucherfix callback
5252
|------------------------------------------
5353
*/
54-
'voucher_callback' => 'https://webhook.site/f7c195aa-9b8f-4819-902e-64f86d47f4dd',
54+
'voucher_callback' => '',
5555

56-
];
56+
];

0 commit comments

Comments
 (0)