collector-bank / Checkout-Magento-2

Magento 2 Module for Collector Bank Checkout
MIT License
3 stars 4 forks source link

Do not send delivery object on initiation #12

Closed kristoffer-webbhuset closed 3 years ago

kristoffer-webbhuset commented 4 years ago

When using the delivery checkout. This data is sent during initiation.

  "fees": {
    "shipping": {
      "id": "collectorshipping_collectorshipping",
      "description": "collectorshipping_collectorshipping",
      "unitPrice": 0,
      "vat": 25,
      "sku": "shipping"
    }
  }

Would be better not to sent it at all.