Skip to content

Releases: Fulfillment-dot-com/postage-api-php

Jsonmapper update

08 Jun 18:34
Compare
Choose a tag to compare
Update jsonmapper version

So we can use jsonmapper in our main application at a current version

v0.9.5

26 Mar 18:14
Compare
Choose a tag to compare

Changed

  • Changed address meta error prop so it can be nullable

v0.9.4

25 Mar 15:04
Compare
Choose a tag to compare

New

  • Add peValidationErrors to AddressMeta response

v0.9.3

23 Mar 17:36
Compare
Choose a tag to compare

New

  • Add fromAddress and returnAddress properties to shipment request

v0.9.2

11 Mar 19:39
Compare
Choose a tag to compare

Changed

  • More address property name normalization

v0.9.1

11 Mar 19:06
Compare
Choose a tag to compare

Changed

  • Increased visibility of address-related properties for easier serialization

Address Validation endpoint

11 Mar 18:35
Compare
Choose a tag to compare

New

  • Added address validation endpoint with request/response structures

Changed (BC)

  • Address properties on response objects have changed to match OMS data..part of a move towards standardization
    • street1 => address1
    • street2 => address2

v0.8.2

09 Mar 19:11
Compare
Choose a tag to compare

New

  • Add hasFeature and getFeature getters for postage request

v0.8.1

09 Mar 16:19
Compare
Choose a tag to compare

Changed

  • Fixed PostageFeature namespace

Dependency upgrades and new features

09 Mar 15:38
Compare
Choose a tag to compare

Changed

  • Update dependencies for Laravel 5.2+ compatibility

New

  • Added packageType property to packaging as well as concrete Packaging request class
  • Added request/response structures for rating
  • Added ability to pass logger and guzzle client(args) to api-wrapper