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
That related to reversing a deposit (or making a dependentCredit) all check if the payment status is STATUS_APPROVED. My payment is status PAYMENT_DEPOSITED and it looks like I am unable to make a refund after I have captured funds.
What is the use pattern here? How do I make a refund on a payment that I have captured (approved AND deposited).
The text was updated successfully, but these errors were encountered:
@schmittjoh we are having this problem, please let us know how to solve it, we are now going to do our own fork and modify it, but it would be best to avoid this, thanks
Is it possible (or should it be possible) to issue a refund (reverseDeposit) on a payment which has been deposited?
The methods in this file
https://github.com/schmittjoh/JMSPaymentCoreBundle/blob/master/PluginController/PluginController.php
That related to reversing a deposit (or making a dependentCredit) all check if the payment status is STATUS_APPROVED. My payment is status PAYMENT_DEPOSITED and it looks like I am unable to make a refund after I have captured funds.
What is the use pattern here? How do I make a refund on a payment that I have captured (approved AND deposited).
The text was updated successfully, but these errors were encountered: