setup wizard update

This commit is contained in:
carodej
2020-07-02 12:31:14 +02:00
parent a98625876d
commit 2764fd6dd5
18 changed files with 521 additions and 327 deletions
+1 -3
View File
@@ -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');
}
/**