fix snippets

This commit is contained in:
Roei Erez
2023-12-14 10:02:48 +02:00
parent 05f18fe1df
commit 28b5e68b0d
5 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ import { registerWebhook } from '@breeztech/react-native-breez-sdk'
const webhook = async () => {
// ANCHOR: register-webook
await registerWebhook("https://yourapplication.com")
// ANCHOR_END: register-webook
await registerWebhook('https://yourapplication.com')
// ANCHOR_END: register-webook
}
const paymentWebhook = async () => {