Skip to content

Commit f155f72

Browse files
committed
feedback
1 parent dfa6d90 commit f155f72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/base-account/guides/accept-recurring-payments.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Accept Recurring Payments"
3-
description: "Implement subscription billing with USDC using spend permissions on Base"
3+
description: "Implement subscription billing with USDC"
44
---
55

66
import {BasePayButton} from "/snippets/BasePayButton.mdx"
77
import {SignInWithBaseButton} from "/snippets/SignInWithBaseButton.mdx"
88

99
## Why Base Subscriptions?
1010

11-
Base Subscriptions let you charge customers automatically using USDC on Base, powered by spend permissions. Once approved, you can charge up to the agreed amount each period without requiring manual approvals.
11+
Base Subscriptions let you charge customers automatically using USDC on Base. Once approved, you can charge up to the agreed amount each period without requiring manual approvals.
1212

1313
* **Automatic charging** – Process payments without user interaction after initial approval
1414
* **User control** – Customers can cancel anytime through their wallet
@@ -260,7 +260,7 @@ const calls = await base.subscription.prepareCharge({
260260
Charge based on actual usage up to a limit:
261261

262262
```typescript
263-
// Set maximum spend per period
263+
// Set maximum charge per period
264264
const subscription = await base.subscription.subscribe({
265265
recurringCharge: "100.00", // Max per period
266266
subscriptionOwner: "0xYourAppWallet",

0 commit comments

Comments
 (0)