PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
6 stars 2 forks source link

Feat/return raw opreturn #839

Closed lissavxo closed 3 months ago

lissavxo commented 3 months ago

Description

Added raw opReturn data to SimplifiedTransaction response. It will help us compare the transaction opReturn with the Paybutton opReturn set in the client

Test plan

Run the server with docker-compose up make a transaction and check the data if the rawMessage is being sent as expected. Run yarn docker test to make sure tests are covering the change.