We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 355d867 + 9954006 commit d16c1faCopy full SHA for d16c1fa
1 file changed
docs/base-account/guides/accept-payments.mdx
@@ -16,10 +16,8 @@ USDC on Base is a fully-backed digital dollar that settles in seconds and costs
16
## Client-side (Browser SDK)
17
18
```ts Browser (SDK)
19
-import { createBaseAccountSDK, pay, getPaymentStatus } from '@base-org/account';
20
21
-// Initialise SDK (defaults are fine for most apps)
22
-const sdk = createBaseAccountSDK();
+import { pay, getPaymentStatus } from '@base-org/account';
23
24
// Trigger a payment – user will see a popup from their wallet service
25
const { id } = await pay({
0 commit comments