UNPKG

trailpack-proxy-cart

Version:

eCommerce - Trailpack for Proxy Engine

16 lines (13 loc) 322 B
'use strict' const Service = require('trails/service') // const _ = require('lodash') /** * @module VendorService * @description Vendor Service */ module.exports = class VendorService extends Service { // TODO if this drop shipping, we need to resolve the vendors address getVendorAddress(address) { // } }