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
At the moment, transaction refunds in Dashboard don't allow to attach information about specific checkout lines, so payment and taxes apps don't have enough information. For example, returning "20 USD" for taxes app is not enough, because we don't know what was tax rate of the product.
The API is already available, so only frontend must be adjusted.
Previous discussion also covers a refactor to remove legacy forms + context and apply react-hook-form to simplify this view
Also there is a draft PR that I couldn't finished in time. It can be closed or continued #4299
At the moment, transaction refunds in Dashboard don't allow to attach information about specific checkout lines, so payment and taxes apps don't have enough information. For example, returning "20 USD" for taxes app is not enough, because we don't know what was tax rate of the product.
The API is already available, so only frontend must be adjusted.
Previous discussion also covers a refactor to remove legacy forms + context and apply react-hook-form to simplify this view
Also there is a draft PR that I couldn't finished in time. It can be closed or continued
#4299
Consider #3226 implemented in the future
Tasks
transactionRequestRefundForGrantedRefund
mutation #4278orderGrantRefundCreate
mutation #4277ORDER_FULLY_REFUNDED
apps#927The text was updated successfully, but these errors were encountered: