You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/sdk/page.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The ICPay SDK provides a typed API for payments on the Internet Computer. It sup
27
27
28
28
## Get your keys
29
29
30
-
Create an account in the [icpay.org dashboard](/icpay-org) to obtain your Publishable Key (client) and Secret Key (server). Keep your Secret Key private.
30
+
Create an account in the [icpay.org](/icpay-org) to obtain your Publishable Key (client) and Secret Key (server). Keep your Secret Key private.
31
31
32
32
## Quickstart
33
33
@@ -91,6 +91,7 @@ const res = await icpay.createPaymentUsd({
91
91
92
92
Events are emitted throughout the flow when `enableEvents` is true. See Events section below.
0 commit comments