Skip to content

Commit e631502

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

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
@@ -791,7 +791,7 @@ public function createPlan($plan)
791791
[
792792
'amount' => $plan->amount,
793793
'interval' => 'month',
794-
'name' => $plan->id,
794+
//'name' => $plan->id,
795795
'currency' => "usd",
796796
'id' => $plan->id
797797
],

0 commit comments

Comments
 (0)