Charles Ouellet

Results 5 issues of Charles Ouellet

We are specifying dimensions of a package however USPS returns us multiple rates that include the dimension in the name. For example: - Priority Mail 3-Days Medium Flat Rate Box...

Here's our `tsconfig.json` file: ```json { "compilerOptions": { "sourceMap": true, "baseUrl": ".", "declaration": true, "paths": { "@/*": [ "src/*" ] }, "strictNullChecks": true } } ``` When I generate the...

In a form, labels must have the CSS class control-label. Currently, the scaffolding generates them like this: ``` @Html.LabelFor(model => model.PropertyName) ``` The output is: ``` PropertyName ``` The output...

Hey, We recently added some fields to our customers, we now track customers that are checking out as a guest and they have the "Unconfirmed" status, I thought it could...

This PR updates Snipcart's version to 3.2.0.