mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
setup wizard update
This commit is contained in:
@@ -18,9 +18,7 @@ class StripeService
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
dd(config('stripe.secret'));
|
||||
|
||||
$this->stripe = Stripe::make(env('STRIPE_SECRET'), '2020-03-02');
|
||||
$this->stripe = Stripe::make(config('cashier.secret'), '2020-03-02');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user