griest024
griest024
note that one of the biggest improvements of jruby 9000 over 1.7 was performance.
The Shopify Storefront API does not have an explicit cart object. Instead, most of the cart fields are contained somewhere within the checkout object so its necessary to obtain the...
@damienwebdev Do you want me to implement getting the checkout ID (via `lastIncompleteCheckout`) in the cart driver?
@damienwebdev I think I was misinterpreting the responsibility of the `checkout` module. In the cart driver I will implement all necessary functionality to ensure that the the shopify checkout object...