Adds integration to send sales orders to brightpearl

This commit is contained in:
Sebastian Rindom
2020-08-03 10:23:45 +02:00
parent 630bf3abc6
commit c18677d5f2
20 changed files with 931 additions and 10 deletions
@@ -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)