Tomáš Kulhánek
Tomáš Kulhánek
In my opinion, the problem will go down to [nette/routing ](https://github.com/nette/routing/blob/master/src/Routing/Route.php#L257) and maybe duplication of #164
i have same trouble with Aruba without ACL
i have similar problem on Safari. When i want to write `12345` i get sometimes `54321` or `51234`
im try it, but it not working for me :( I alway get 405 code
Some information on Slack from Rixafy ``` Api url payment gateway for production is https://gate.gopay.cz/api and for sandbox https://gw.sandbox.gopay.com/api ```
cc @MKI-Miro
@MKI-Miro ```php //sandbox $gopay = GoPay\Api::payments([ 'goid' => 'my goid', 'clientId' => 'my id', 'clientSecret' => 'my secret', 'gatewayUrl' => 'https://gw.sandbox.gopay.com/api', 'scope' => GoPay\Definition\TokenScope::ALL, 'language' => GoPay\Definition\Language::CZECH, 'timeout' => 30...
@geeshta I think you can close this.