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