优化结构

This commit is contained in:
Yvan 2026-08-28 11:11:01 +08:00
parent 676fa4d952
commit 5b04998731
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Payment Utilities # Payment Utilities
Stateless payment protocol helpers live here: amount conversion, status Stateless payment protocol helpers live here: amount conversion, status
normalization, JSON/XML extraction, and request signing. Provider adapters and normalization, JSON extraction, and request signing. Provider adapters and
their SDK clients remain under `internal/integration/payment`. their SDK clients remain under `internal/integration/payment`; test-only XML
fixtures stay beside the provider integration tests.