Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
BitPay module now requires that the bitpay/php-client library version 2.x be installed via composer and autoloadable.
BitPay module now requires that you use the modern BitPay API rather than the "legacy" BitPay API. Visit the configuration page if you need to setup a new API key.
Various obsolete fields have been removed from the invoice database table.
Amount paid is now specified in minimum coin units (satoshis).
Issue #2909252: 'clone' is a reserved keyword introduced in PHP version 5.0.
Issue #2946164: Remove usage of deprecrated each() function for PHP 7.2+ future proofing.
Issue #2796169: Using a better supported encryption library than mcrypt (Required for PHP 7.2 support).
Issue #2907166: Warning: sourceDataForm() expected to be a reference
Issue #2850753: d7 mysql 5.7 compatibility null handling in sqlmap.inc.
Issue #2644762: Invalid argument for foreach on entity.inc, line 199.