Max Kotliar

Results 174 comments of Max Kotliar

http://stackoverflow.com/questions/2433329/possible-payment-status-values from there: > The most common status that I usually get is Completed and Pending. Common cause of Pending is the usage of different currency between buyer and seller,...

yes, it is not possible, I will try to solve it.

I haven't had a chance to do it

I have found the way `approved` status code be reached. It requires some changes in the ExpressCheckoutPlugin. As the logic of the plugin too complicated I am gonna write tests....

I've just found `QueryablePluginInterface` interface in the core bundle. Could the method `updatePayment` be used in scope of checking whether payment pending or not. Is it right approach?

what about to create a cli command which can fetch pending payments and try to update them using `updatePayment`. The update payment metod should be implemented in `PluginController` like https://github.com/schmittjoh/JMSPaymentCoreBundle/blob/master/PluginController/PluginController.php#L135

It is not clean and good solution but might help someone to manage pendings: https://gist.github.com/2477272

For those who are looking for sentry-go based solution. My take on it: https://github.com/makasim/sentryhook

Any contribution is very welcome!

> @makasim @Steveb-p please help with this issue. I can review PR and merge green one. Release a new version. That's it. So, don't expect me to fix failing CI.