Sébastien Nikolaou

Results 28 comments of Sébastien Nikolaou

I'm not sure yet, because it seems those changes were recently added and have valid purposes. Also, it seems that in Symfony 4.3 the arguments of the dispatch method have...

Yeah state machines have their drawbacks too. In that case you could leverage gates/policies to allow for the admin to change any status they want. :) https://github.com/sebdesign/laravel-state-machine#using-gates-and-policies I haven't look...

I'll see if I can support this version without many changes.

So I've checked the version `v2.1.1` of this package, which has these dependencies: - **laravel/support** `^5.5 | ^6.0`, which means `v6.20.44` is installable - **winzou/state-machine** `^0.3.2`, which means `v0.3.3` is...

@voku as a native speaker I think the greeklish mappings are not very accurate. For example `'π' => 'n'` and `'Π' => 'N'` are wrong, I've never seen anyone using...

@voku I'll take a look later tonight!

Hello, you are using version `^5.2`, but the code you are using from the documentation is for version `6.0.0`. Please install the version `v6.0.0-beta.3` in your `composer.json` and try again.

I don't think it's possible to get an access token using the **Merchant ID** and the **App ID**. https://developer.vivawallet.com/integration-reference/oauth2-authentication/#step-2-request-access-token Can you show me the code? It seems you are passing...