Example #1
0
def billing_exists(user):
    try:
        customer_get(user)
        return True
    except:
        return None