Commit 26e56438 authored by Mark Harding's avatar Mark Harding

(fix): update stripe connect onboarding to suit stripe api

No related merge requests found
Pipeline #84726544 passed with stages
in 10 minutes and 38 seconds
......@@ -51,10 +51,10 @@ class Manager
{
$dob = explode('-', $account->getDateOfBirth());
$data = [
'managed' => true,
'type' => 'custom',
'country' => $account->getCountry(),
'legal_entity' => [
'type' => 'individual',
'business_type' => 'individual',
'individual' => [
'first_name' => $account->getFirstName(),
'last_name' => $account->getLastName(),
'address' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment