degica / spree_komoju

Spree extension for using the Komoju Payments API.
https://komoju.com/
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Handle payment failed webhook and mark payment #55

Closed shioyama closed 7 years ago

shioyama commented 7 years ago

Komoju sends a failed webhook when a payment fails, which we can receive in spree komoju to mark the payment as failed.

shioyama commented 7 years ago

Actually this is not really relevant for synchronous payments, since we get the response immediately and can see whether it failed or not. This might be relevant for other asynchronous payment methods but for now it's not high-priority, so closing.