Unverified Commit 8b9e91b8 authored by bitsoko's avatar bitsoko Committed by GitHub

Merge pull request #59 from bitsoko-services/master

updates
parents e22a0350 a0dbb037
......@@ -101,7 +101,7 @@ $(document).on('click touchstart', '.inventoryItems', function(e) {
displayLength: 10000
})
doFetch({
action: 'addSponsoredProduct',
action: 'sponsoredProduct',
store: localStorage.getItem('soko-active-store'),
do: 'add',
id: getId
......@@ -123,7 +123,7 @@ $(document).on('click touchstart', '.inventoryItems', function(e) {
var sponsoredID = $("#rmvSpnsrdProd").attr("sid");
$(this).unbind(event);
doFetch({
action: 'removeSponsoredProduct',
action: 'sponsoredProduct',
store: localStorage.getItem('soko-active-store'),
do: 'remove',
id: sponsoredID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment