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

v0.0.5 - Add `isCancelled()`

16 Aug 14:16
Compare
Choose a tag to compare
Pre-release
  • Implement isCancelled() for responses
  • Document Notification setup process

v0.0.4 - Fix ID & reference

15 Aug 17:28
Compare
Choose a tag to compare
Pre-release
  • Flip transaction ID & reference to match omnipay common semantics:
    • getTransactionReference(): A reference provided by the gateway to represent this transaction
    • getTransactionId(): Get the transaction ID as generated by the merchant website

v0.0.3 - Transaction ID support

15 Aug 16:59
Compare
Choose a tag to compare
Pre-release
  • Add getTransactionId() to get Worldpay's ID from redirect responses

v0.0.2 - Improve Notification support

15 Aug 16:36
Compare
Choose a tag to compare
Pre-release
  • Provide isPending() method for ResponseTrait and cover more statuses for responses & notifications
  • Support Worldpay origin IPs for notifications, in cases where reverse DNS resolution isn't possible

v0.0.1 - Initial pre-release

14 Aug 13:32
Compare
Choose a tag to compare
Pre-release
  • Initial support for standard Hosted journey
  • Helpers for handling Notification requests in place with unit tests, but not yet real-world end-to-end tested