mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05:00
bitpay ipn for processing credits
This commit is contained in:
@ -206,7 +206,8 @@ namespace Bit.Billing.Controllers
|
||||
|
||||
if(ipnTransaction.McCurrency != "USD")
|
||||
{
|
||||
return new BadRequestResult();
|
||||
// Only process USD payments
|
||||
return new OkResult();
|
||||
}
|
||||
|
||||
var ids = ipnTransaction.GetIdsFromCustom();
|
||||
|
Reference in New Issue
Block a user