This commit is contained in:
Vague Rabbit 2021-02-09 19:34:42 -08:00
parent 80e6e51546
commit a62eaa420f

View file

@ -535,7 +535,6 @@ PLUGINS = [
"saleor.payment.gateways.braintree.plugin.BraintreeGatewayPlugin", "saleor.payment.gateways.braintree.plugin.BraintreeGatewayPlugin",
"saleor.payment.gateways.razorpay.plugin.RazorpayGatewayPlugin", "saleor.payment.gateways.razorpay.plugin.RazorpayGatewayPlugin",
"saleor.payment.gateways.adyen.plugin.AdyenGatewayPlugin", "saleor.payment.gateways.adyen.plugin.AdyenGatewayPlugin",
"saleor.payment.gateways.authorize_net.plugin.AuthorizeNetGatewayPlugin",
"saleor.plugins.invoicing.plugin.InvoicingPlugin", "saleor.plugins.invoicing.plugin.InvoicingPlugin",
] ]