Skip to content

Release v2.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 14:28

Summary:

  • Added support for new payment method "Klarna pay now"
  • Removed support for payment method ING Home'pay, which was deprecated in Feb 2021
  • Added support for Sequence behaviour in List result sets: you can now do:
    customers = client.customers.list();
    first, last = customers[0], customers[-1]