From 7486f372a4b30a976a9c4af25937a7227d358d72 Mon Sep 17 00:00:00 2001 From: Levi Zoesch Date: Sun, 29 Oct 2023 12:31:15 -0700 Subject: [PATCH] revert --- config/teller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/teller.php b/config/teller.php index 4360eb4..5f68c0d 100644 --- a/config/teller.php +++ b/config/teller.php @@ -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'),