mirror of
https://github.com/bitwarden/server
synced 2025-12-12 06:13:43 +00:00
setup: process paypal with stripe subscription
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Bit.Api.Controllers
|
||||
|
||||
if(!_globalSettings.SelfHosted && organization.Gateway != null)
|
||||
{
|
||||
var paymentService = new StripePaymentService();
|
||||
var paymentService = new StripePaymentService(_globalSettings);
|
||||
var billingInfo = await paymentService.GetBillingAsync(organization);
|
||||
if(billingInfo == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user