Untitled
unknown
plain_text
3 years ago
185 B
8
Indexable
def stripe_account_id(self, obj):
try:
return PaymentRPC(obj.id).account_info()['stripe_account_id']
except PaymentServiceError:
return None
Editor is loading...