Skip to content

Conversation

stephenkeep
Copy link

I have added a secure flag so that you can define wether to use xmlrpc.createClient or
xmlrpc.createSecureClient.

To implement set secure to true:

var magento = new MagentoAPI({
host: 'your.host',
port: 80,
path: '/api/xmlrpc/',
login: 'your_username',
pass: 'your_pass'
secure: true
});

Default is set to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant