diff --git a/snippets/swift/BreezSDKExamples/Sources/Webhook.swift b/snippets/swift/BreezSDKExamples/Sources/Webhook.swift index 6acd8f9..38df5cf 100644 --- a/snippets/swift/BreezSDKExamples/Sources/Webhook.swift +++ b/snippets/swift/BreezSDKExamples/Sources/Webhook.swift @@ -15,6 +15,6 @@ func webhook(sdk: BlockingBreezServices) throws { func paymentWebhook(sdk: BlockingBreezServices) { // ANCHOR: register-payment-webook - sdk.registerWebhook(webhookUrl: "https://your-nds-service.com/notify?platform=ios&token=").await? + sdk.registerWebhook(webhookUrl: "https://your-nds-service.com/notify?platform=ios&token=") // ANCHOR_END: register-payment-webook }