Kyle Bragger
Kyle Bragger
I can't tell if this is a bug, but if you don't explicitly set a row's key when building the form, then regardless of its value, it's stripped from the...
I am having the same issue: ``` origPrice := float64(18.99) cents := money.NewFromFloat(origPrice, money.USD) int(cents.Amount()) => this is 1898 ```
Not sure if this is worth its own ticket but the merchant docs[1] have example code for `validateTransactionSignature` that passes `amountInLamports` but the API docs specify that the amount should...
@cogoo hi, I'm not sure I'm following then, because `validateTransactionSignature` fails when using lamports and only seems to succeed when using the original SOL amount from the generated URL/QR code:...
@cogoo amazing, thank you for the speedy action! really impressed with Pay so far.