You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bitcoin-com's wallet gets a BIP70 payment request from my server, it properly shows it to the user and thus proves that it has parsed the protobuffer inherent in the BIP70 specification, but when payment is being sent it instead sends the payment payload as JSON according to the Json Payment Protocol.
The text was updated successfully, but these errors were encountered:
This, #576 and #577 are huge issues for small companies working with BIP70. I have the choice between bending my payment request endpoints to somehow deal with this mess, or warn my users that they shouldn't use the Bitcoin.com wallet to make payments on my site.
When bitcoin-com's wallet gets a BIP70 payment request from my server, it properly shows it to the user and thus proves that it has parsed the protobuffer inherent in the BIP70 specification, but when payment is being sent it instead sends the payment payload as JSON according to the Json Payment Protocol.
The text was updated successfully, but these errors were encountered: