-
The orders end-point has a nested array structure, unlike other areas of the API and we're not handling that correctly at the moment.
-
Hi,
Commit 470b2650 break laravel 4.2, if the future release are suppose for L5, is it possible to create tags for Laravel ~4.\* ?
Regards,
Rain
-
Hi, Could you possibly add in a build status or some kind of CI step for pull requests. I ask because our build steps fail if this box fails.
``` sh
cd $WERCKER_SOURCE_DIR
$ export WERCKER_STEP_ROOT=…
-
Using this code:
```
\Currency::Create([
'title' => 'Example Currency',
'slug' => 'example-currency',
'code' => 'EXM',
'format' => '!{price}',
'enabled' …
-
This isn't really an "issue" per-say, but I do think it should be outlined in your documentation...
What is the best way to reference the cart throughout an application? For example, in Laravel, if …
-
Hello!
In my model I used a remoteMethod how use generator.
When I use lb-ng server/server.js ./lb-service.js I got this exception:
``` shell
Loading LoopBack app "/pathToProject/server/server.js"
…
-
I'm using the PHP SDK, and my code is not working. I feel like something similar was working recently, so I'm wondering if something has changed...
```
$matches = \Product::Find(['slug' => 'my-produc…
-
Hi, after running composer update, I am unable to run my application.
Below is the error
```
Class Moltin\Cart\Storage\LaravelSession contains 2 abstract methods and must therefore be declared abst…
-
```
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- I…
-
Hi,
I'm struggling to install your cart package via composer - every time I try, I get the error:
```
Problem 1
- Installation request for moltin/cart dev-master -> satisfiable by moltin/cart[de…