We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c18b86 commit 93c35bcCopy full SHA for 93c35bc
src/Console/Commands/CreateStripePlans.php
@@ -104,7 +104,7 @@ protected function getProductId($name = null)
104
$product = Stripe\Product::create([
105
'id' => $id,
106
'name' => $name,
107
- 'statement_descriptor' => Spark::$details['vendor'],
+ 'statement_descriptor' => Spark::$details['vendor'].' '.$name,
108
'unit_label' => Spark::$details['unit_label'] ?? null,
109
'type' => 'service',
110
]);
0 commit comments