Untitled

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