btcpayserver / btcpayserver-php-client

PHP implementation for the BTCPayServer cryptographically secure RESTful API
MIT License
29 stars 33 forks source link

Add support for invoice transaction currency #29

Closed martinkrcho closed 3 years ago

martinkrcho commented 4 years ago

Payment creation via API does not support the transaction currency at the moment. This pull request add the paymentCurrencies data attribute to the invoice data.

Kukks commented 3 years ago

Superseded by #44