Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 367 Bytes

BigCommerce Wombat

Connect your BigCommerce store to Wombat

###Installation

Run Composer:

php composer.phar install

###Configuration: In order to store BigCommerce object IDs in Wombat on creation, add your Wombat authorization tokens to app/config.php

$app['wombat_tokens'] 	= array(
	'your store id' => 'your store access token',
	);