Skip to content

Commit 565594f

Browse files
moved email from legal entitiy to its own setting. Minds#7
1 parent a7e7c1f commit 565594f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Payments/Stripe/Stripe.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ public function addMerchant(Merchant $merchant)
532532
],
533533
'email' => $merchant->getEmail(),
534534
'type' => 'standard',
535+
'product' => null,
535536
'tos_acceptance' => [
536537
'date' => time(),
537538
'ip' => '0.0.0.0' // @todo: Should we set the actual IP?

0 commit comments

Comments
 (0)