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