Steps to reproduce
- Complete checkout and capture the amount from the admin console
- Refund from the admin console
- 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.
Steps to reproduce
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#creditmethod indeed looks like it's creating the log entry.