Subversion Repositories munaweb

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 75
Line 1... Line 1...
1
<?php
1
<?php
2
// be sure include path contains current directory
2
// be sure include path contains current directory
3
ini_set('include_path', ini_get('include_path') . ':.:../ebay/notifications');
3
ini_set('include_path', ini_get('include_path') . ':./php:../ebay/notifications');
4
 
4
 
5
// Load general helper classes for Shopify API
5
// Load general helper classes for Shopify API
6
require_once 'eBay.php';
6
require_once 'eBay.php';
7
require_once 'shopifyConfig.php';
7
require_once 'shopifyConfig.php';
8
getShopifyConfig();
8
getShopifyConfig();