solidusio / solidus_stripe

💳 Integrate Solidus with Stripe
https://stripe.com
BSD 3-Clause "New" or "Revised" License
36 stars 61 forks source link

Log entry not shown when refunding from Solidus' admin interface #258

Open waiting-for-dev opened 1 year ago

waiting-for-dev commented 1 year ago

Steps to reproduce

  1. Complete checkout and capture the amount from the admin console
  2. Refund from the admin console
  3. Click on the payment to check its log entries

Actual behavior

The refund is created both on Solidus & Stripe, but no log entry is shown.

Expected behavior

We should be able to see the log entry for the event.

Additional information

I didn't look into it further, but the Gateway#credit method indeed looks like it's creating the log entry.

kennyadsl commented 1 year ago

Maybe related to https://github.com/solidusio/solidus/issues/4866?

chrean commented 1 year ago

To be confirmed if @kennyadsl got it right.