Open waiting-for-dev opened 1 year ago
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#credit method indeed looks like it's creating the log entry.
Gateway#credit
Maybe related to https://github.com/solidusio/solidus/issues/4866?
To be confirmed if @kennyadsl got it right.
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#credit
method indeed looks like it's creating the log entry.