mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 19:41:26 +00:00
5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
# High-level provider relationships
|
|
server.api.billing -> stripe "Requests payments for customers"
|
|
server.api.billing -> braintree "Requests payments for customers"
|
|
stripe -> server.api.billing "Sends subscription events to"
|