jlinn/stripe-api-php

Retrieving customers

Closed this issue · 1 comments

Currently using this with the stripe api in test mode and whenever i use the customers class to get a customer with a customer id, it does not return a default card or a list of cards associated with the customer, is this the default behaviour?

jlinn commented

No, it isn't. The client library was using the old cards field when retrieving customer data. This has been updated to use the new sources field in the latest version.