gopay-inline
gopay-inline copied to clipboard
:credit_card: GoPay Inline Payment for Nette Framework
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 ```...