mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 20:41:04 -05:00

This is a first pass at structure that will undoubtedly evolve. It's likely further systems will be identified and linked in as we go forward
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
# External vendors
|
|
group "Payment Systems" {
|
|
stripe = softwareSystem "Stripe" {
|
|
tags "External"
|
|
tags "Billing"
|
|
description "Handles credit cards and subscriptions."
|
|
}
|
|
braintree = softwareSystem "Braintree" {
|
|
tags "External"
|
|
tags "Billing"
|
|
description "Handles PayPal and cryptocurrency."
|
|
}
|
|
}
|
|
|