优化结构
This commit is contained in:
parent
676fa4d952
commit
5b04998731
|
|
@ -1,5 +1,6 @@
|
|||
# Payment Utilities
|
||||
|
||||
Stateless payment protocol helpers live here: amount conversion, status
|
||||
normalization, JSON/XML extraction, and request signing. Provider adapters and
|
||||
their SDK clients remain under `internal/integration/payment`.
|
||||
normalization, JSON extraction, and request signing. Provider adapters and
|
||||
their SDK clients remain under `internal/integration/payment`; test-only XML
|
||||
fixtures stay beside the provider integration tests.
|
||||
|
|
|
|||
Loading…
Reference in New Issue