Skip to content

Latest commit

 

History

History
146 lines (76 loc) · 2.48 KB

File metadata and controls

146 lines (76 loc) · 2.48 KB

Changelog

Added

  • Code quality for PHP 8.3.
  • Integrated with the Payfast Common Library.

Tested

  • Tested on Prestashop 8.2.0.

Fixed

  • Fixed auto-selecting payment types.

Fixed

  • Fixed RCS payment type support.

Updated

  • Updated for PHP 8.1 and Prestashop 8.1.3.

Added

  • Added PayVault feature.
  • Added Apple Pay, Samsung Pay, and RCS payment types.

Updated

  • Updated for PHP 8.0.

Tested

  • Tested on Prestashop 8.1.2.

Updated

  • Updated Masterpass to Scan to Pay.

Added

  • Added PayPal payment type.

Fixed

  • Fixed issues with wallet payment types.

Tested

  • Tested with Prestashop 1.7.7.8.

Changed

  • Changed notify handler to match redirect.

Fixed

  • Addressed double price issue.
  • Fixed double order issue on some servers.

Improved

  • Improved code quality.

Updated

  • Updated for PrestaShop 1.7.7.x.

Added

  • Added payment type selection to checkout.

Added

  • Added 'Disable IPN' feature.

Fixed

  • Fixed undefined $order issue.

Improved

  • Improved payment reference readability.

Fixed

  • Fixed sessions cleared in some browsers.
  • Resolved shipping ignored issue with some providers.

Included

  • Included PW3 query in confirmation.php (direct return).

Handled

  • Handled cases where the order has already been updated by notify.

Fixed

  • URL encoded notify.

[v1.0.1]

Improved

  • Code formatting.

Updated

  • Updated logos.

[v1.0.0]

Added

  • Initial release.
  • Added return URL.

Improved

  • Code reformat.