dogecoinfoundation / gigawallet

GigaWallet is the backend for your Dogecoin Business.
https://gigawallet.dogecoin.org
MIT License
55 stars 10 forks source link

Create Invoice Confirmations #106

Closed qlpqlp closed 1 year ago

qlpqlp commented 1 year ago

Wen sending the confirmations needed to an invoice, it goes always to the default 6 confirmations.

{ "confirmations": 1, "items": [ { "type": "item", "name": "Animal Crossing Nintendo DS", "sku": "69420", "value": 1, "quantity": 1 } ] }

tjstebbing commented 1 year ago

the field is required_confirmations not confirmations :)

qlpqlp commented 1 year ago

wow, did not notice that lol, much thanks for pointing that out :)