setup wizard init

This commit is contained in:
carodej
2020-06-29 10:09:42 +02:00
parent a2dfc627a7
commit aedc98cc8b
44 changed files with 2756 additions and 866 deletions
+7
View File
@@ -19,6 +19,13 @@ class StripeService
$this->stripe = Stripe::make(env('STRIPE_SECRET'), '2020-03-02');
}
public function getAccountDetails()
{
$account = $this->stripe->account()->details();
return $account;
}
/**
* Get setup intent
*