Advertisement
Guest User

Untitled

a guest
May 21st, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $sources = \Stripe\Customer::allSources("cus_zzzzzz");
  2. foreach ($sources->autoPagingIterator() as $source) {
  3. print($source);
  4. // Do something with $customer
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement