Adds integration to send sales orders to brightpearl
This commit is contained in:
@@ -50,7 +50,6 @@ class SegmentService extends BaseService {
|
||||
|
||||
|
||||
async buildOrder(order) {
|
||||
console.log("build", order)
|
||||
const subtotal = await this.totalsService_.getSubtotal(order)
|
||||
const total = await this.totalsService_.getTotal(order)
|
||||
const tax = await this.totalsService_.getTaxTotal(order)
|
||||
|
||||
Reference in New Issue
Block a user