gdx-pay icon indicating copy to clipboard operation
gdx-pay copied to clipboard

Base64Util decode issue

Open bachtrong43 opened this issue 4 years ago • 2 comments

I used gdx-pay-server to verify the purchase from client. It's always invalid. After test, I detect the reason is Base64Util decode my public key is wrong. After change it to Base64Coder from libgdx core, now it can verify without problem.

bachtrong43 avatar Dec 03 '19 03:12 bachtrong43

Can you provide a PR for the working code?

MrStahlfelge avatar Dec 05 '19 21:12 MrStahlfelge

created PR #244

bachtrong43 avatar Feb 09 '22 07:02 bachtrong43