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

Releases: jmauzyk/commerce-cardconnect

1.5.1.1 - 2021-04-29

29 Apr 23:13
Compare
Choose a tag to compare

Fixed

  • Fixed bug preventing saved payment sources from populating payments

1.5.1 - 2021-04-22

22 Apr 20:41
Compare
Choose a tag to compare

Fixed

  • Fixed bug preventing saved payment sources from populating payments
  • Fixed bug preventing saving of payment sources

1.5.0 - 2021-04-20

21 Apr 01:51
Compare
Choose a tag to compare

Added

  • Added UserFieldsEvent for sending custom data with authorizations (documentation)

Changed

  • The plugin now supports Commerce Omnipay 3.0
  • The plugin now requires Omnipay: CardConnect 1.4.0

Fixed

  • Fixed a bug where purchase transactions failed to validate correctly
  • Fixed a bug where requests failed to send cardholder name if different from billing address
  • Fixed a bug where requests using payment sources failed to populate cardholder name

1.4.4 - 2020-12-17

17 Dec 14:41
Compare
Choose a tag to compare

Fixed

  • Fixed bug where expiry pattern wouldn't validate correctly in certain instances

1.4.3 - 2020-12-01

01 Dec 20:51
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where pasted card numbers might not update CVV validation

1.4.2 - 2020-10-30

31 Oct 03:42
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where successful zero-dollar card validations would return as failed

1.4.1 - 2020-10-22

22 Oct 17:00
Compare
Choose a tag to compare

Added

  • Added jmauzyk\commerce\cardconnect\variables\Variable
  • Added jmauzyk\commerce\cardconnect\services\AssetBundle

Changed

  • Changed asset bundle source paths to be consistent with published url getter

Fixed

  • Fixed payment form duplicate input ID

1.4.0

21 Oct 23:30
Compare
Choose a tag to compare

{tip} It's now possible to tokenize using the CardSecure API via javascript. Tokenization method is selected in the gateway settings. For information on customizing form appearance and custom payment forms, see the documentation.

  • Added support for saving payment sources
  • Added ability to tokenize using CardSecure API via javascript
  • Updated Omnipay: CardConnect to 1.3.0
  • Added jmauzyk\commerce\cardconnect\gateways\Gateway::getIframeNumberInput()
  • Deprecated jmauzyk\commerce\cardconnect\gateways\Gateway::getTokenizedNumberInput()

1.3.1

20 Aug 13:08
Compare
Choose a tag to compare
  • Updated tokenized number input to make UI in Craft CP
  • Fixed order ID not displaying in CardPointe

1.3.0

07 Aug 12:18
Compare
Choose a tag to compare

{warning} As of this release, payment forms generated using getPaymentFormHtml() will use tokenized card numbers by default via CardConnect's Hosted iFrame Tokenizer. For information on customizing form appearance, custom payment forms, and reverting to clear PANs, see the documentation.

  • Updated getPaymentFormHtml() method to implement Hosted iFrame Tokenizer
  • Added jmauzyk\commerce\cardconnect\gateways\Gateway::getTokenizedNumberInput()
  • Updated Omnipay: CardConnect to 1.2.0
  • Authorize and Purchase requests now correctly send the order id instead of transaction hashes