Augustinas K

Results 18 comments of Augustinas K

Make sure to delete all cache locations before testing: ```bash rm -rf /tmp/build-playwright-rust rm -rf $HOME/Library/Caches/ms-playwright rm -rf target ``` Otherwise, the build script will likely use the last installed...

I tried to overwrite both `VK_REF` and `VK_MSG` via `$customRequestData` inside `getPaymentRequest` from `RKD\Banklink\Banklink` , however that causes an `UnexpectedValueException` that says > Field VK_MSG must be set to use...

Hi, apologies for the delayed response. All I get is an invalid VK_MAC if I leave VK_MSG empty. I haven't taken the time to debug the generated VK_MAC before encoding...

The project I'm currently working on is not yet publicly available and even if it was you'd need to meet special conditions in order to get an account in it....

From what I see in https://www.swedbank.lt/business/cash/banklink/paymentPortal Swedbank does not have a sandbox.

Same with `https://s3-us-west-1.amazonaws.com/`. The resulting error is `publicsuffix: cannot derive eTLD+1 for domain "s3-us-west-1.amazonaws.com"`. I'd fix it myself, but when it comes to `func PublicSuffix(domain string) (publicSuffix string, icann bool)`...

It's likely that we'll stick to your suggested approach, which is to use a custom serializer/deserializer, but to be honest I'd like something generic too - it would be an...