-
My code:
```js
// test.js
const M = require('moltin')
const m = new M({debug: true, publicId: 'xxx', secretKey: 'xxx'})
m.Authenticate(function(){
console.log('success') // log
cre…
-
Hi,
just evaluating Moltin, but slightly concerned about the lack of docs (I know there are REST api docs, but I mean the JS/NodeJS docs) and the lack of activity. Is this ripe for production?
Not t…
-
When attempting to access the PHP SDK any attempts to use the API result in:
`Fatal error: Uncaught You haven't authenticated yet thrown in /Volumes/1GB_Temp2/server/_includes/vendor/moltin/php-sdk/sr…
-
> Hi,
> Is there any doc about the authenticate endpoint ?
> By default there is no password field in the Customer Flow.
> Also i don't understand how the authentification is handled as i don't see wh…
-
Would it be a good Idea to provide a kind of "add on" package to the SDK that contains higher-level best practice code for typical use cases in a shopfront? Should be a separate Repo with own version…
-
First time it get the access token as the API return it
```
{
expires:1455117677,
identifier:'client_credentials',
expires_in:3600,
access_token:'51af9b38492effcca99d4823b01930864c2e10',
…
zot24 updated
8 years ago
-
Covering both issues of a store page and figuring out how to source products with the Operation Code logo for marketing/advertisement.
I am a GIT noob so there are going to be some learning mistakes…
-
Hi , congrats for plugin, I'm did try install via composer your plugin but ins't possible , please verify or composer components, thank's
the trouble :-1:
Your requirements could not be resolved…
-
A client has submitted a request for information:
Please could someone provide any information on this?
-
as a complement of my previous issue : https://github.com/moltin/python-sdk/issues/5
I tested the example provided with the Moltin documentation :
`product = moltin_instance.Product.find_by({'slug'…