Unverified Commit a0dbb037 authored by bitsoko's avatar bitsoko Committed by GitHub

Update inventory.js

parent 16736d77
......@@ -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