1
0
mirror of https://github.com/bitwarden/server synced 2026-01-05 18:13:31 +00:00

Updated PayPal logic to add region custom field (#3127)

This commit is contained in:
Conner Turnbull
2023-07-24 12:48:18 -04:00
committed by GitHub
parent 51ee463a71
commit 4ec765ae19
6 changed files with 29 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ public interface ISubscriber
string SubscriberName();
string BraintreeCustomerIdPrefix();
string BraintreeIdField();
string BraintreeCloudRegionField();
string GatewayIdField();
bool IsUser();
string SubscriberType();