Eldrin

Results 8 comments of Eldrin

If its Jeffrey Way's theme you are looking for, its called tibau.

@Jaimin-Devhero You can actually just fork a copy of this library and autoload that one in your project.

The ENUM values are auto-generated from the swagger model I think. Also, issue #399 is because Amazon returns values inconsistent with their own swagger model 😤

Maybe it could be fixed by forcing a case-insensitive comparison? ```if (in_array(strtolower($enumVal), array_map("strtolower", $allowedEnumTypes), true))```

Can you try dumping the raw response from the SPAPI response and see if it returns the missing values? This could very well be a SPAPI problem.

php has max_memory capacity which can be changed with the php INI. But you can change it on a running php script with this ini_set('memory_limit','16M'); increase at your own dispense

@Remo your right. I guess your queries should be specific? I doubt anyone needs all that 10k rows.

maybe because its not a submit type button?