Closed astupidmoose closed 7 years ago
This totally makes sense. Scheduled to be added in next release
especially if addresses are reused ever. Side point, addresses are never reused. Every one is a unique one.
To further this point, We should be able to see the amount of BTC which was generated to be paid for the order, but also if there is an underpayment is it possible to add the "Amount Paid" as well?
Currently, Underpayments are marked as such in the plugin but there is no way of knowing how much the customer was supposed to pay, and how much they did pay.
Example Scenario:
The Amount Paid can be directly found out by checking the payment address in blockonomics. I agree, it would be good to have this as well and to show the exact reason of payment failure.
Fixed in 73c84d4c599af63b2c55dc37f3770cf13aff2d69
Changes pushed plugin version 1.3.7
Currently "blockonomics_address" and "blockonomics_txid" are both passed into the plugin as custom fields.
I suggest adding the BTC amount in a separate field, "blockonomics_btcvalue" or something similar.
This is useful for reporting and exporting of orders into accounting software. Currently, when downloading a report of the orders, BTC value is unknown and must be entered manually. I think it makes sense to have this piece of information along with the TX and Address fields, especially if addresses are reused ever.