JUNIK Booking V2.4 — fragmenty do config/config.php ================================================== 1) Jeden wspólny klucz UniOne: 'mail' => [ 'transport' => 'log', 'unione_api_key' => 'TU_WSTAW_WSPOLNY_UNIONE_API_KEY', 'unione_endpoint' => 'https://api.unione.io/en/transactional/api/v1', 'unione_skip_unsubscribe' => 0, 'company_name' => 'JUNIK Experiences Sp. z o.o.', 'brands' => [ 'pixelplay' => [ 'transport' => 'unione', 'from_email' => 'rezerwacje@pixelplay.pl', 'from_name' => 'PixelPlay', 'reply_to' => 'kontakt@pixelplay.pl', 'support_email' => 'kontakt@pixelplay.pl', ], 'quizy' => [ 'transport' => 'unione', 'from_email' => 'rezerwacje@quizyfun.pl', 'from_name' => 'Quizy', 'reply_to' => 'kontakt@quizyfun.pl', 'support_email' => 'kontakt@quizyfun.pl', ], 'junik' => [ 'transport' => 'unione', 'from_email' => 'rezerwacje@junikexperiences.pl', 'from_name' => 'Quizy + PixelPlay', 'reply_to' => 'kontakt@junikexperiences.pl', 'support_email' => 'kontakt@junikexperiences.pl', ], ], ], 2) GUS BIR1.1/BIR1.2: 'gus' => [ 'enabled' => true, 'environment' => 'production', 'api_key' => 'TU_WSTAW_PRODUKCYJNY_KLUCZ_GUS', 'production_endpoint' => 'https://wyszukiwarkaregon.stat.gov.pl/wsBIR/UslugaBIRzewnPubl.svc', 'test_endpoint' => 'https://wyszukiwarkaregontest.stat.gov.pl/wsBIR/UslugaBIRzewnPubl.svc', 'timeout_seconds' => 12, 'cache_hours' => 24, 'public_rate_limit_per_10_minutes' => 20, ],