Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 951 Bytes

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 951 Bytes

Version 1.1.3

  • Fix a bug where shipping address would not be passed to Klarna

Version 1.1.2

  • Fix a bug where GUI options were passed on persisted orders (not allowed)

Version 1.1.1

  • Fix a bug where GUI options would not be passed to Klarna

Version 1.1.0

  • Exceptions raised now include the response body

Version 1.0.1

  • Fix bug with assigning [] to Cart#items

Version 1.0.0

  • Inherit exceptions from StandardError
  • Refactored Client-class
  • Removed custom deep_merge-ext

Version 0.0.6

  • Client-side validations
  • Client#update_order
  • Global configuration and default values
  • Fixes a bug with Order#merchant_reference format

Version 0.0.5

  • Exceptions when requests to server fail
  • Cleanup in Gemspec
  • CI

Version 0.0.4

Gone

Version 0.0.3

Nothing

Version 0.0.2

  • Client#environment attribute

Version 0.0.1

  • Bootstrapping
  • Client#create_order
  • Client#read_order