feat(backend): update payments handlers and service

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-18 16:26:29 +01:00
co-authored by Sisyphus
parent 81e2005114
commit 31cc3ef5c3
6 changed files with 1669 additions and 168 deletions
+1 -1
View File
@@ -58,4 +58,4 @@ func ValidateCardInfo(cardID, newCardToken *string) error {
return errors.New("either card_id or new_card_token is required")
}
return nil
}
}