Skip to content

Commit a7e7c1f

Browse files
moved email from legal entitiy to its own setting. Minds#6
1 parent e631502 commit a7e7c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Payments/Stripe/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public function addMerchant(Merchant $merchant)
531531
],
532532
],
533533
'email' => $merchant->getEmail(),
534-
'type' => 'custom',
534+
'type' => 'standard',
535535
'tos_acceptance' => [
536536
'date' => time(),
537537
'ip' => '0.0.0.0' // @todo: Should we set the actual IP?

0 commit comments

Comments
 (0)