mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
2624c97935
commit
c8eaaee91e
@ -400,7 +400,6 @@ class BillingPortalPurchase extends Component
|
|||||||
|
|
||||||
$context = 'purchase';
|
$context = 'purchase';
|
||||||
|
|
||||||
// if(Ninja::isHosted() && $this->subscription->service()->recurring_products()->first()?->id == SubscriptionService::WHITE_LABEL) {
|
|
||||||
if (Ninja::isHosted() && $this->subscription->service()->recurring_products()->first()?->product_key == 'whitelabel') {
|
if (Ninja::isHosted() && $this->subscription->service()->recurring_products()->first()?->product_key == 'whitelabel') {
|
||||||
$context = 'whitelabel';
|
$context = 'whitelabel';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user