UNPKG

plxdcma_eshop

Version:

Instala todo lo necesario para una tienda virtual

21 lines (10 loc) 351 B
/* para registrar un producto: registerProductToMyShop(preset,config,handler) */ function myShopIsGoingToRegisterAProduct(uploadingdata,images){ //Retorna falso si no quieres que se registre } function myShopDidRegisterAProduct(downloadedData,uploadingdata,images,response,finishing){ //Retorna falso si no quieres que se registre }