Merge pull request #5299 from turbo124/v5-develop

Fixes for subscriptions repo naming
This commit is contained in:
David Bomba 2021-03-31 11:21:06 +11:00 committed by GitHub
commit 6747d02779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}