Skip to content

Commit 93c35bc

Browse files
committed
add product name to the descriptor
1 parent 9c18b86 commit 93c35bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/CreateStripePlans.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function getProductId($name = null)
104104
$product = Stripe\Product::create([
105105
'id' => $id,
106106
'name' => $name,
107-
'statement_descriptor' => Spark::$details['vendor'],
107+
'statement_descriptor' => Spark::$details['vendor'].' '.$name,
108108
'unit_label' => Spark::$details['unit_label'] ?? null,
109109
'type' => 'service',
110110
]);

0 commit comments

Comments
 (0)