commit c7c2984d84f2b431d3c461a4b17cc9d83edbf6f7
parent 72eaf71273f79d9d9de21e77e859bbbfe9f058f6
Author: Joel-Haeberli <haebu@rubigen.ch>
Date: Mon, 3 Jun 2024 20:16:43 +0200
fix: enhance logging
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/c2ec/wallee-client.go b/c2ec/wallee-client.go
@@ -167,6 +167,7 @@ func (sc *WalleeClient) FormatPayto(w *Withdrawal) string {
func (w *WalleeClient) Refund(transactionId string) error {
+ LogInfo("wallee-client", "trying to refund provider transaction "+transactionId)
call := fmt.Sprintf("%s%s", w.baseUrl, WALLEE_CREATE_REFUND_API)
queryParams := map[string]string{
WALLEE_API_SPACEID_PARAM_NAME: strconv.Itoa(w.credentials.SpaceId),