From dc7f4507cdeb877e65c17096f0dee5ab6c60ca47 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 14 Jun 2021 08:33:56 +1000 Subject: [PATCH] Update .env vars for wepay --- config/ninja.php | 2 +- .../gateways/wepay/authorize/authorize.blade.php | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/ninja.php b/config/ninja.php index b2ef34d1616d..3fdea7ac7069 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -149,7 +149,7 @@ return [ 'invoiceninja_hosted_pdf_generation' => env('NINJA_HOSTED_PDF', false), 'ninja_stripe_key' => env('NINJA_STRIPE_KEY', null), 'wepay' => [ - 'environment' => env('WEPAY_ENVIRONMENT', 'staging'), + 'environment' => env('WEPAY_ENVIRONMENT', 'stage'), 'client_id' => env('WEPAY_CLIENT_ID', ''), 'client_secret' => env('WEPAY_CLIENT_SECRET',''), ] diff --git a/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php b/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php index 489e09618cb2..13b3fa7a71bd 100644 --- a/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php +++ b/resources/views/portal/ninja2020/gateways/wepay/authorize/authorize.blade.php @@ -44,7 +44,7 @@