I hereby claim:
- I am sebastiansibelle on github.
- I am sebastiansibelle (https://keybase.io/sebastiansibelle) on keybase.
- I have a public key ASAwFuFQQ9Xrr5XeRGeKPCDv__uzXWaxYRWfzMnqMBzjZAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
limit = 5 | |
list = ChargeBee::Customer.list({:limit => limit}) | |
logger.debug "#### First List" | |
# Retrieves the first list as expected | |
list.each do |entry| | |
customer = entry.customer | |
logger.debug customer.email | |
end |