Skip to content

Commit 08f19d6

Browse files
committed
Cleanup
1 parent bb1e803 commit 08f19d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

payment-gateway/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ sequenceDiagram
265265
266266
Client->>API: GET /payment-methods
267267
API->>CFG: Load payment methods (capabilities: currency, recurring)
268-
API->>DB: Load tenant PSP configs (by tenantId from JWT)
268+
API->>DB: Load tenant PSP configs (by tenantId from X-Auth-Tenant, trusted gateway header)
269269
API-->>Client: List of available payment methods
270270
271271
Client->>API: POST /payments (paymentMethodId, purchaseOrderRef, billingInfo, ...)

0 commit comments

Comments
 (0)