mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
fix snippets
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user