Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

v1.0.0-RC8

Compare
Choose a tag to compare
@jenschude jenschude released this 06 Jan 13:57
· 1729 commits to main since this release

Bug Fixes

  • Cart: typo in custom line item model (c583fb9)
  • JsonObject: add missing static keyword to named constructors (f83e4c6)
  • JsonObject: fix error message for unknown method (22431f8)
  • Payment: add missing type for payment transactions (c6d3765)
  • Payment: correct type for PaymentInfo model (b942a06)

Features

  • CustomFields: add customs fields and types for prices (cfbc0bb), closes #156
  • ImportOrder: add custom fields to ImportOrder (008702f)
  • Order: add order delete request (5944de7)

BREAKING CHANGES

  • added PriceDraft to price update actions

    The new PriceDraft object has been added as type hint to ProductAddPriceAction and ProductChangePriceAction. The ProductVariantDraft expects now a PriceDraftCollection