Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to issue a refund on deposited payments? #35

Open
calumbrodie opened this issue May 16, 2012 · 2 comments
Open

Is it possible to issue a refund on deposited payments? #35

calumbrodie opened this issue May 16, 2012 · 2 comments

Comments

@calumbrodie
Copy link
Contributor

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).

@schmittjoh
Copy link
Owner

I think it should be possible.

We have a slight inconsistency there at the moment, see also #11 and #58 for further reference.

@cordoval
Copy link
Contributor

@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

https://github.com/immersivelabs/JMSPaymentCoreBundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants