signalpoint / commerce

The Drupal Commerce module for DrupalGap.
8 stars 10 forks source link

Anonymous users can't place an order #15

Open signalpoint opened 8 years ago

signalpoint commented 8 years ago

We need to run anonymous users through the Cart resource instead of the Order resource, because anonymous users will never be allowed to create orders, they can only create carts, and then check them out, which then triggers the order creation. Right now we're trying to run anonymous users through the Order Create resource, which isn't allowed via Commerce access checks.