massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / webhook_notification_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/webhook_notification_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/webhook_notification_gateway.pyi
new file mode 100644 (file)
index 0000000..9f26304
--- /dev/null
@@ -0,0 +1,16 @@
+from typing import Any
+
+from braintree.exceptions.invalid_challenge_error import InvalidChallengeError as InvalidChallengeError
+from braintree.exceptions.invalid_signature_error import InvalidSignatureError as InvalidSignatureError
+from braintree.util.crypto import Crypto as Crypto
+from braintree.util.xml_util import XmlUtil as XmlUtil
+from braintree.webhook_notification import WebhookNotification as WebhookNotification
+
+text_type = str
+
+class WebhookNotificationGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def parse(self, signature, payload): ...
+    def verify(self, challenge): ...