gopay-inline icon indicating copy to clipboard operation
gopay-inline copied to clipboard

:credit_card: GoPay Inline Payment for Nette Framework

Results 3 gopay-inline issues
Sort by recently updated
recently updated
newest added

Hi, authorization token is valid only 30 minutes and after that it throws exception. I tried to find any method like $client->reAuthenticate() or something like that but it doesn't exists....

Hi, according to the gopay documentation, it goes this way. ``` $encryptedSignature = GopayHelper::encrypt( GopayHelper::hash( GopayHelper::concatPaymentCommand($targetGoId, $paymentSessionId, $secureKey) ), $secureKey); ``` But the data that my response returns is ```...

Some tracy panel for easy debugging requests to gopay.

enhancement