massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / webhook_testing_gateway.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/webhook_testing_gateway.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/webhook_testing_gateway.pyi
new file mode 100644 (file)
index 0000000..b11569d
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Any
+
+from braintree.util.crypto import Crypto as Crypto
+from braintree.webhook_notification import WebhookNotification as WebhookNotification
+
+class WebhookTestingGateway:
+    gateway: Any
+    config: Any
+    def __init__(self, gateway) -> None: ...
+    def sample_notification(self, kind, id, source_merchant_id: Any | None = ...): ...