Custom payment method with gatway integration is only showing "Refund Offline" on credit memo #39645
Labels
Reported on 2.4.x
Indicates original Magento version for the Issue report.
Triage: Dev.Experience
Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
I've created a custom payment method for using the clover gateway via fiserv api, everything is working apart from credit memo refunds, it only shows the "Refund Offline" button.
It appears to be related to the magento RefundAtapter passing $isOnline as false, and i haven't a clue why! There is nothing in the module config that tells magento it's an offline method.
Here is the config.xml, you can see it says is_gateway as true and nothing says it's an offline method:
It seems to be something to do with the magento RefundAdapter it passes $isOnline as false:
So in the payment model refund() method $creditmemo->getDoTransaction() is returning false / null
The text was updated successfully, but these errors were encountered: