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'),