ICOnator / ICOnator-backend

ICOnator backend applications and commons
Apache License 2.0
26 stars 1 forks source link

iconator-monitor should periodically check for MISSING_FX_RATES on the refund table #18

Closed gsmachado closed 5 years ago

gsmachado commented 6 years ago

The iconator-monitor should have a scheduled job to periodically check whether some of the transactions eligible for a refund could be processed and accepted as a payment.

The case where this happens the most is when transactions do not present FX rates in the database (i.e., the MISSING_FX_RATES reason code).

gsmachado commented 5 years ago

We decided to not implement this anymore since we will implement #23. This gives a bit more control of what is re-processed.