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 @@