Skip to content

Releases: bileto/omnipay-payu

v1.0.1

25 Oct 09:11
Compare
Choose a tag to compare

Cherry picking fixes from v0.7.0 (OmniPay Commons 2 branch) to master:

  • PayU orderId used for payment identification
  • Notification processing: fixed typo in CANCELED state, added missing WAITING_FOR_CONFIRMATION state

v0.7.0

17 Oct 12:35
Compare
Choose a tag to compare
  • PayU orderId used for payment identification
  • Notification processing: fixed typo in CANCELED state, added missing WAITING_FOR_CONFIRMATION state

Released v1.0.0

24 Jun 22:57
e9f9738
Compare
Choose a tag to compare

Released v0.6.2

08 Sep 13:56
Compare
Choose a tag to compare
  • Fix for Notification Message; reading notification signature from HTTP Header data

Released v0.6.1

08 Aug 11:15
Compare
Choose a tag to compare

Fix for Notification Message; warning on in_array invalid call

Released v0.6

10 May 09:52
Compare
Choose a tag to compare
  • Added strict return type of string from transactionReference and transactionId

Released v0.5

24 Nov 09:33
Compare
Choose a tag to compare
  • TransactionId and TransactionReference return correct values as omnipay suggests
  • TransactionReference returns bank transaction ID

Released v0.4

09 Sep 06:59
Compare
Choose a tag to compare
  • Updated omnipay/common to 2.5
  • clarified TransactionReference method
  • clarified Notification Statues to reflect result of requested operation (create purchase)
  • purchase response returns isPending state of transaction - waiting for notification acceptance

Release v0.3.0

01 Sep 08:27
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release

Accepting notifications from PayU

  • accepts notifications
  • provides isPending() response for payments in PENDING state
  • refactored to be more omnipay - follows rules and basics

Released v0.2.0

23 Aug 19:25
Compare
Choose a tag to compare
Released v0.2.0 Pre-release
Pre-release
  • Fixed CreatePurchase to not follow redirects