Describe the bug
Edenred does not support partial refunds, hence we should disable/grey out the refund amount input field. if you try partial refund it will crash
To Reproduce
go on order page. order should have been paid by edenred
click "refund" button
change the amount to be refunded so the refund is partial
Client error: `POST https://directpayment.stg.eu.edenred.io/v2/transactions/MTcyNjEzNTkwMDE0MTg5NDM4MDAxMz-915855/actions/refund` resulted in a `400 Bad Request` response:
{
"meta": {
"status": "failed",
"messages": [
{
"code": "TRANSACTION_NOT_AUTHORISED",
"l (truncated...)
Describe the bug Edenred does not support partial refunds, hence we should disable/grey out the refund amount input field. if you try partial refund it will crash
To Reproduce
the input field should be greyed out