Skip to content

Commit d16c1fa

Browse files
authored
Merge branch 'master' into patch-pay
2 parents 355d867 + 9954006 commit d16c1fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ USDC on Base is a fully-backed digital dollar that settles in seconds and costs
1616
## Client-side (Browser SDK)
1717

1818
```ts Browser (SDK)
19-
import { createBaseAccountSDK, pay, getPaymentStatus } from '@base-org/account';
2019

21-
// Initialise SDK (defaults are fine for most apps)
22-
const sdk = createBaseAccountSDK();
20+
import { pay, getPaymentStatus } from '@base-org/account';
2321

2422
// Trigger a payment – user will see a popup from their wallet service
2523
const { id } = await pay({

0 commit comments

Comments
 (0)