Merge pull request #5299 from turbo124/v5-develop
Fixes for subscriptions repo naming
This commit is contained in:
commit
6747d02779
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class SubscriptionRepository extends BaseRepository
|
|||
}
|
||||
}
|
||||
|
||||
foreach($subscription->service()->recurringProducts() as $product)
|
||||
foreach($subscription->service()->recurring_products() as $product)
|
||||
{
|
||||
$line_items[] = (array)$this->makeLineItem($product);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue