Skip to content

Instantly share code, notes, and snippets.

@sbkolate
sbkolate / erpnext_magento.php
Created February 2, 2016 10:12 — forked from rmehta/erpnext_magento.php
Sample ERPNext Magento Connector
<?php
// contributed by supplify.com
error_reporting(E_ALL);
ini_set('display_errors', 1);
require_once '../curl/Zebra_cURL.php';
require_once '../app/Mage.php';
Mage::app();
class action extends Zebra_cURL{