Stripe: Show connected account ID

This commit is contained in:
Raphael Michel
2022-07-29 09:48:46 +02:00
parent c65bb13ba4
commit 40574a00f7

View File

@@ -166,6 +166,11 @@ class StripeSettingsHolder(BasePaymentProvider):
label=_('Stripe account'),
disabled=True
)),
('connect_user_id',
forms.CharField(
label=_('Stripe account'),
disabled=True
)),
('endpoint',
forms.ChoiceField(
label=_('Endpoint'),