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

Releases: ixopay/pgc-opencart

v1.4.0

12 Feb 16:05
Compare
Choose a tag to compare

Added

  • Gateway callback validation

Changed

  • Remove order status changes from gateway response handling - handled in callback
  • Remove superfluous payment gateway response error output

Fixed

  • Missing cc input overflow obfuscating border
  • CCV -> CVV typo

v1.3.2

10 Feb 14:24
78611c0
Compare
Choose a tag to compare

Added

  • x-source-platform

v1.3.1

20 Jan 13:44
Compare
Choose a tag to compare

Fixed

  • Postback callback URL card type assignment

v1.3.0

14 Jan 09:53
Compare
Choose a tag to compare

Added

  • Preauthorize/Capture/Void

Changed

  • Order ID suffix to prevent TX ID conflicts

v1.2.2

11 Dec 14:15
Compare
Choose a tag to compare

Fixed

  • Gateway client PHP 7.3 compatibility: remove redundant filter_var FILTER_VALIDATE_URL flags
  • Limit build script plugin name parameter to 21 characters

v1.2.1

16 Sep 16:48
Compare
Choose a tag to compare

Fixed

  • Autoload import path in module controller

v1.2.0

10 Sep 11:18
Compare
Choose a tag to compare

Added

  • README note on enabling/disabling additional adapters and how to add language files

Changed

  • Display title, gateway API username & password configurable for individual adapters

v1.1.0

03 Sep 20:00
Compare
Choose a tag to compare

Added

  • 3D Secure 2.0 extra data
  • Pre-select the only card option if only one present

v1.0.0

30 Aug 13:21
Compare
Choose a tag to compare

Added

Changed

  • Moved renamed source to src

Added Previously

  • Module & payment extension
  • Credit card payment with redirect flow
  • Configuration values for card types
  • Seamless integration option