Untitled
def stripe_account_id(self, obj): try: return PaymentRPC(obj.id).account_info()['stripe_account_id'] except PaymentServiceError: return None
def stripe_account_id(self, obj): try: return PaymentRPC(obj.id).account_info()['stripe_account_id'] except PaymentServiceError: return None