Skip to content

Commit 99cf88b

Browse files
committed
make the key for the product_id clearer
1 parent 3cbfe13 commit 99cf88b

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
@@ -56,7 +56,7 @@ public function handle()
5656

5757
protected function getProductId()
5858
{
59-
return Spark::$details['product_id']
59+
return Spark::$details['stripe_product_id']
6060
?? strtolower(str_replace(' ', '-', Spark::$details['product']));
6161
}
6262

0 commit comments

Comments
 (0)