-
Steps to reproduce:
1. Create a lambda function
2. Import moltin sdk `const MoltinGateway = require('@moltin/sdk').gateway;`
And optionally
```
const Moltin = MoltinGateway({
client_id:proce…
-
Hi, thanks so much for open sourcing this project. It really is great and I can't wait to get going with it.
Upon switching the Moltin API however I get an error in the browser
I'm wondering…
-
When adding `https://unpkg.com/@moltin/sdk@3.12.1/dist/moltin.js` script to a project, the `moltin.js` file does not seem to be minified, Are there any plans to minify that file?
s0kil updated
6 years ago
-
Hey,
I'd like to implement Moltin into an existing Gatsby site I have and I'm struggling with a (I think) simple problem that you seem to have been able to overcome so I'd like to ask you directly …
-
First of all, thanks so much for creating and open sourcing this project. I am new to Gatsby and have found it very helpful.
In Moltin (or whatever e-commerce engine you are using) - if a product i…
-
Hi,
You are tying to load nodejs libraries in the browser and it is causing a few issues when I am trying to compile via webpack.
The library in question is local-storage this is not compatible …
-
I followed instruction and installed the pod file to my project. I open the workspace and clean and build it. I then try to import Moltin, but "no such module" is found. I created a bridging header c…
-
I'm sorry to say that the Moltin module is still not working. While version 3.0.6 fixed the problem with the import statement, the pod is still broken. Attached is a video of a clean Xcode project (se…
-
### What is happening
Currently in list of countries there is for each country ISO Code ISO 3166-1 Alpha 2. It is used for definition of country for API or external services.
There is also st…
-
I received this console error after trying to load the app:
`[Vue warn]: Error in render: "TypeError: Cannot read property 'with_tax' of undefined"`
After inspecting the data returned from the a…