feat(backend): update Square integration, validators, and image validation

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:47 +01:00
co-authored by Sisyphus
parent bc6a5461c1
commit 2dbb1486b0
7 changed files with 91 additions and 34 deletions
+1 -1
View File
@@ -350,4 +350,4 @@ func TestDevClient_ConcurrentPayments(t *testing.T) {
if resultCount != 10 {
t.Errorf("expected 10 results, got %d", resultCount)
}
}
}