Skip to content

Commit a8ca3ad

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents d120fd2 + 38a2f53 commit a8ca3ad

File tree

3 files changed

+909
-840
lines changed

3 files changed

+909
-840
lines changed

config/services.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
'secret' => env('STRIPE_SECRET'),
4444
],
4545

46-
'stunning' => [
47-
'enabled' => env('ENABLE_STUNNING', false),
48-
'app_key' => env('STUNNING_APP_KEY'),
49-
'stripe_id' => env('STUNNING_STRIPE_ID'),
46+
'baremetrics' => [
47+
'enabled' => env('ENABLE_BMPAY', false),
48+
'app_key' => env('BMPAY_PUBLIC_KEY', null),
49+
'stripe_id' => env('BMPAY_STRIPE_ID', null),
5050
],
5151

5252
'google' => [

0 commit comments

Comments
 (0)