mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
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."
|
|
}
|
|
}
|
|
|