Skip to content

Commit fa83fe6

Browse files
simonhampclaude
andauthored
Clarify subscription renewals are non-refundable (#386)
Add a Platform Subscription clause stating renewals are non-refundable and that cancellation responsibility lies with the user before the next billing cycle. Bump the terms "Last updated" date. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9c9da7f commit fa83fe6

7 files changed

Lines changed: 16 additions & 8 deletions

File tree

.cursor/rules/laravel-boost.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
1111
## Foundational Context
1212
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
1313

14-
- php - 8.4.20
14+
- php - 8.4.21
1515
- filament/filament (FILAMENT) - v5
1616
- laravel/cashier (CASHIER) - v15
1717
- laravel/framework (LARAVEL) - v12

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
88
## Foundational Context
99
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
1010

11-
- php - 8.4.20
11+
- php - 8.4.21
1212
- filament/filament (FILAMENT) - v5
1313
- laravel/cashier (CASHIER) - v15
1414
- laravel/framework (LARAVEL) - v12

.junie/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
88
## Foundational Context
99
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
1010

11-
- php - 8.4.20
11+
- php - 8.4.21
1212
- filament/filament (FILAMENT) - v5
1313
- laravel/cashier (CASHIER) - v15
1414
- laravel/framework (LARAVEL) - v12

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
88
## Foundational Context
99
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
1010

11-
- php - 8.4.20
11+
- php - 8.4.21
1212
- filament/filament (FILAMENT) - v5
1313
- laravel/cashier (CASHIER) - v15
1414
- laravel/framework (LARAVEL) - v12

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
88
## Foundational Context
99
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
1010

11-
- php - 8.4.20
11+
- php - 8.4.21
1212
- filament/filament (FILAMENT) - v5
1313
- laravel/cashier (CASHIER) - v15
1414
- laravel/framework (LARAVEL) - v12

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/terms-of-service.blade.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ class="size-5 shrink-0"
4747
aria-hidden="true"
4848
/>
4949
<time
50-
datetime="2026-03-20"
50+
datetime="2026-05-18"
5151
class="text-sm"
5252
>
53-
March 20, 2026
53+
May 18, 2026
5454
</time>
5555
</div>
5656
</header>
@@ -186,6 +186,14 @@ class="prose mt-2 max-w-none text-gray-600 will-change-transform dark:text-gray-
186186
platform subscriptions. Refunds are offered on a case-by-case
187187
basis at our sole discretion.
188188
</p>
189+
<p>
190+
Subscription renewals are non-refundable. It is Your
191+
responsibility to cancel Your subscription before the start of
192+
the next billing cycle if You do not wish to renew. Once a
193+
renewal has been processed, You will not be entitled to a
194+
refund for that billing period, in whole or in part, regardless
195+
of usage.
196+
</p>
189197

190198
<h3>Plugin Purchases</h3>
191199
<p>

0 commit comments

Comments
 (0)