mirror of
https://github.com/bitwarden/server
synced 2026-01-01 16:13:33 +00:00
handle transactions on paypal webhook
This commit is contained in:
@@ -13,6 +13,8 @@ namespace Bit.Core.Enums
|
||||
[Display(Name = "Google Play Store")]
|
||||
PlayStore = 3,
|
||||
[Display(Name = "Coinbase")]
|
||||
Coinbase = 4
|
||||
Coinbase = 4,
|
||||
[Display(Name = "PayPal")]
|
||||
PayPal = 1,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
Charge = 0,
|
||||
Credit = 1,
|
||||
PromotionalCredit = 2,
|
||||
ReferralCredit = 3
|
||||
ReferralCredit = 3,
|
||||
Refund = 4,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user