etienne roudeix

Results 3 issues of etienne roudeix

**Describe the bug** Cannot use the `,` comma separator in the shipping price field : It throw an error on testing: **To Reproduce** Steps to reproduce the behavior: 1. Go...

type: bug 🐛

Hi, Consider the following code using the standard `json_decode` PHP function ```php \json_decode('"incorrect json'); echo 'Error : ' . json_last_error() . PHP_EOL; \json_decode('"correct json agin"'); echo 'Error : ' ....

Hi there, Very probably a dummy question but I'm kinda stuck so far. running : `MyEntity::find('myId');` correctly finds my entity but actually run in php-rql : `r.db('myDb').table('entities').filter({id: 'myId'});` which did...

question