Skip to content

7.3.0

Choose a tag to compare

@bobbrodie bobbrodie released this 01 Mar 00:32
· 246 commits to master since this release

Overview

This release bumps patch versions of dependencies, adds a new method to cancel invoices by GUID, removes PHP 7.4 from the pipeline, and allows for a null selectedWallet.

Changed

Fixes

  • SP-453 - PHP - Allow null selectedWallet by @mrevib in #216

Notes

Regarding a null selected wallet, we addressed #212 where the following actions can result in a null value for buyerProvidedInfo.selectedWallet:

  1. Create an invoice
  2. Go to the invoice pay screen
  3. Choose the BitPay wallet
  4. Click the back link in the viewport (not the browser back button)

After step #4, buyerProvidedInfo.selectedWallet will have a null value. This resolves the crash where the SDK expected a string.

Full Changelog: 7.2.0...7.3.0