Skip to content

Commit 7107cc9

Browse files
committed
wip
1 parent 02f36b0 commit 7107cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cashier-paddle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,10 @@ Besides swapping plans you'll also need to allow your customers to cancel their
407407
return redirect()->route('dashboard');
408408
})->name('subscription.cancel');
409409

410-
And now your subscription will get cancelled at the end of its billing period.
410+
And now your subscription will get canceled at the end of its billing period.
411411

412412
> [!NOTE]
413-
> As long as you have configured Cashier's webhook handling, Cashier will automatically keep your application's Cashier-related database tables in sync by inspecting the incoming webhooks from Paddle. So, for example, when you cancel a customer's subscription via Paddle's dashboard, Cashier will receive the corresponding webhook and mark the subscription as "cancelled" in your application's database.
413+
> As long as you have configured Cashier's webhook handling, Cashier will automatically keep your application's Cashier-related database tables in sync by inspecting the incoming webhooks from Paddle. So, for example, when you cancel a customer's subscription via Paddle's dashboard, Cashier will receive the corresponding webhook and mark the subscription as "canceled" in your application's database.
414414
415415
<a name="checkout-sessions"></a>
416416
## Checkout Sessions

0 commit comments

Comments
 (0)