feat: the final pricing plan, pay-as-you-go

This commit is contained in:
Andras Bacsai
2024-05-02 12:27:04 +02:00
parent 959a03214a
commit 0452a4e1ac
7 changed files with 215 additions and 200 deletions

View File

@@ -20,7 +20,7 @@
</div>
@endif
@if (config('subscription.provider') !== null)
@if (config('subscription.provider') === 'stripe')
<livewire:subscription.pricing-plans />
@endif
</div>