1
0
mirror of https://github.com/bitwarden/server synced 2025-12-31 15:43:16 +00:00

PM-6939 - Onyx Integration into freshdesk controller (#5365)

This commit is contained in:
Vijay Oommen
2025-02-06 08:13:17 -06:00
committed by GitHub
parent a12b61cc9e
commit 17f5c97891
10 changed files with 451 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ using Microsoft.Extensions.Options;
namespace Bit.Billing.Controllers;
[Route("bitpay")]
[ApiExplorerSettings(IgnoreApi = true)]
public class BitPayController : Controller
{
private readonly BillingSettings _billingSettings;