Closed pitifultermite closed 6 years ago
Hi, sorry for the late answer but I was busy.
This function returns a bad url (example: monero%3Aaddress%3Ftx_amount%3Damount%26tx_payment_id%3Dpaymentid ) . Then I am requesting changes.
This is intentional as the URI is passed to the QR generator script at https://api.qrserver.com/v1/create-qr-code/? as the data parameter. And hence the URI data needs to be urlencoded. Tested and works.
Hi, sorry for the late answer but I was busy.
This function returns a bad url (example: monero%3Aaddress%3Ftx_amount%3Damount%26tx_payment_id%3Dpaymentid ) . Then I am requesting changes.