Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch committed Oct 29, 2023
1 parent 0603dbd commit 7486f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/teller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* The location in the laravel project where your keys are stored.
* base_path('your/path/to/keys/teller_pk.pem')
*/
'KEY_PATH' => env('TELLER_KEY_PATH', base_path('teller_pk.pem')),
'CERT_PATH' => env('TELLER_CERT_PATH', base_path('teller_cert.pem')),
'KEY_PATH' => base_path('teller_pk.pem'),
'CERT_PATH' => base_path('teller_cert.pem'),

'ENVIRONMENT' => env('TELLER_ENVIRONMENT', 'sandbox'),
'APP_ID' => env('TELLER_APP_ID'),
Expand Down

0 comments on commit 7486f37

Please sign in to comment.