Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 784 Bytes

CHANGELOG

This changelog references the relevant changes (bug and security fixes) done

2.0.x

  • Rename: vpos to card
  • Fixed: vpos urls for production and test environments in Environment
  • Added: isSuccessful to Transaction class
  • Breaking Change: pay supports both vpos and mobile request
  • Added: vpos and mobile method to Client
  • Added: VposResponse, Request, VposRequest, MobileRequest class
  • Fixed: allow $message to be an empty string in CheckResponse
  • Fixed: token and merchant are now SensitiveParameters
  • Added: Support for check, vpos, mobile urls in Environment,
  • Removed: getPaymentBaseUrl method in Environment

1.0.x

  • Fixed: allow $message to be an empty string in PaymentResponse
  • Initial release