Skip to content

Commit

Permalink
chore: update docs to create a ClipPayment
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisBern committed Aug 28, 2024
1 parent 70b3a15 commit 0c8977e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,15 @@ Steps to Initialize the Client:

```kotlin
val client = remember {
ClipPayment.Builder().setUser(YOUR_CLIP_USER).setApiKey(YOUR_CLIP_TOKEN).build()
ClipPayment.Builder().build()
}
```

**Activity**

```kotlin
private val builder: ClipPayment by lazy {
ClipPayment.Builder().setUser(YOUR_CLIP_USER).setApiKey(YOUR_CLIP_TOKEN).build()
ClipPayment.Builder().build()
}
```

Expand Down

0 comments on commit 0c8977e

Please # to comment.