bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
165 stars 149 forks source link

$invoice->getPaymentTotals() returns subTotals instead #264

Closed petski closed 6 years ago

petski commented 6 years ago

See src/Bitpay/Invoice.php:

    public function getPaymentTotals()
    {
        return $this->paymentSubtotals;
    }
pieterpoorthuis commented 6 years ago

Fixed in v2.2.20