Check for valid callback source address

This commit is contained in:
2026-03-14 16:16:10 +03:00
parent e4bfb49f21
commit b2566813ac
5 changed files with 43 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ type YooKassa struct {
Timeout time.Duration
Test bool
AllowedCallbackSubnets []string
ApiBaseKey string
ApiBaseSecret string
ApiPaymentKey string