+source currency pick fix +fx side propagation

This commit is contained in:
Stephan D
2026-02-26 02:39:48 +01:00
parent 008427483c
commit 70b1c2a9cc
73 changed files with 2123 additions and 656 deletions

View File

@@ -0,0 +1,6 @@
package types
// Well-known gateway identifiers used across payment routing.
const (
DefaultCardsGatewayID = "mcards"
)