Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 757 Bytes

README.md

File metadata and controls

46 lines (26 loc) · 757 Bytes

PureMachine SDK

Set of tools to use PureMachine and PureBilling webServices, and some http helpers.

ChangeLog

master

  • allow to remove null properties from serialization
  • allow date serialization using ISO 8601
  • remane String class to PBString

2.0.6

  • Increase default timeout to 65 seconds

2.0.5

  • Fix timeout issues
  • Fixing store creation with array as stdclass

2.0.4

  • Allow classic and low level soap calls

2.0.3

  • Fix SOAP http helper

2.0.2

  • Allow to translate error messages
  • Add laravel loader

2.0.1

  • Adding Timeout support
  • Fixed array management with add[Property] method
  • Fixed SOAP helpers when using proxy
  • Adding STORE_007 exception: key is not a string

2.0.0

  • Initial Release