Dincho Todorov

Results 65 comments of Dincho Todorov

fixed in https://github.com/aeternity/aeternity/pull/3895

All deps seems merged now, posted a comment in #3845 to move this forward.

I'm running this in dev environment since few days and it seems to work as expected. Helm: ``` version.BuildInfo{Version:"v3.4.2", GitCommit:"23dd3af5e19a02d4f4baa5b2f242645a1a3af629", GitTreeState:"dirty", GoVersion:"go1.15.5"} ``` k8s: ``` Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3",...

> Recently we've been playing with process virtual machines and I realized that it could be a good fit for Payum. Isn't this the same as [Symfony Workflow Component](https://symfony.com/doc/current/components/workflow.html) ?

I'm afraid you cannot set notify URL for recurring payment agreements. I also spent time to figure out how this could be fixed with no luck. It looks like paypal...

@ansien12 I just noticed you're setting the root URL, you should use http://your-tunnel.ngrok.io/payment/notify/unsafe/paypal However, while this works it's not suitable for multiple apps -> one paypal account

yeah wrap in begin/rescue works for me too. thanks @pykler

@venimus should know how "terms" disappeared

Perhaps the nonce_offset should be set to at least the expected number of TXs that can fit in a single MB? 🤔