mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00: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