Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: comicrelief/omnipay-worldpay-cg-hosted

v1.0.4

15 Mar 11:38
2c3ed1f
Compare
Choose a tag to compare
  • Improve Notification validation
  • Stricter check if verifying Worldpay Notifications' origin by reverse DNS hostname

v1.0.3

07 Feb 15:29
05af6eb
Compare
Choose a tag to compare
  • More specific error messages for invalid Notification data

v1.0.2

31 Jan 15:35
f199682
Compare
Choose a tag to compare
  • Enforce Notification data being provided as string

v1.0.1

06 Oct 15:25
Compare
Choose a tag to compare
  • Fix using custom usernames from Gateway credentials

v1.0.0

21 Sep 14:29
Compare
Choose a tag to compare
  • Update documentation around configuring Notifications
  • First 1.x tag, fixes #3

v0.0.10 - Make billing address optional

06 Sep 10:37
Compare
Choose a tag to compare
Pre-release
Merge pull request #12 from comicrelief/GP-728-support-no-address-mode

GP-728 - Make billing address optional

v0.0.9 - Change default order description

04 Sep 12:10
Compare
Choose a tag to compare
  • Change default description to 'Merchandise'

v0.0.8 - Add Notification card type

01 Sep 11:49
Compare
Choose a tag to compare
Pre-release
  • Provide getCardType() helper for Notifications

v0.0.7 - Fix `notificationId` retrieval

23 Aug 15:52
Compare
Choose a tag to compare
Pre-release
  • getNotificationId() on Responses and Notifications now returns a string as expected, instead of having to be cast to one later

v0.0.6 - Username support and fixed error processing

23 Aug 13:37
Compare
Choose a tag to compare
  • Support 'username' parameter for more secure basic authentication, falling back to 'merchant' if not set
  • Correctly get specific messages from XML errors
  • Handle and test missing authentication errors better