Compare commits

...

2 Commits

Author SHA1 Message Date
fea71779b9 Merge pull request 'fixed test' (#568) from tg-567 into main
All checks were successful
ci/woodpecker/push/gateway_tgsettle Pipeline was successful
Reviewed-on: #568
2026-02-27 13:13:21 +00:00
Stephan D
d1ebd4b009 fixed test 2026-02-27 14:11:30 +01:00

View File

@@ -382,7 +382,7 @@ func TestIntentFromSubmitTransfer_NormalizesOutgoingLeg(t *testing.T) {
PaymentRef: "pay-5",
Amount: &moneyv1.Money{Amount: "10", Currency: "USD"},
Metadata: map[string]string{
metadataOutgoingLeg: "card_payout",
metadataOutgoingLeg: "card",
},
}, "provider_settlement", "")
if err != nil {