Skip to content

Release 1.0.7

Choose a tag to compare

@brentscheffler brentscheffler released this 27 Apr 19:22
· 8 commits to master since this release

Fixes

  • Recipient address is now optional (aligning with Plaid documentation) when calling payments->createRecipient() method.

Updates

  • Clearer documentation on the $account parameter for createRecipient(): $account can either be BacsAccount or a string representing the IBAN.
  • Adding PHP 8.1 unit tests in Travis CI.