Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

59 lines (40 loc) · 2.3 KB

Release Notes

Added

  • Added new payment gateway Mastercard (#43).
  • Added payment method models and migration.
  • Added new method checkout form to methods.
  • Added test cases for mastercard method.

Changed

  • Changed the way we handle the payment gateways from database instead config (#41)
  • Changed the payment manager to get method from database.

Enhanced

  • Enhanced test cases

Added

  • Added Billable trait (#29)
  • Added currency and country config

Enhanced

  • Enhanced test helpers

Added

  • Added get errors message if payment gateway is failed (#14)
  • Added get payment success status

Changed

  • Changed handling error exception to store errors in array instead throw exception

Added

  • Added verify paymob status from gateway (#3)
  • Added configuration for styleci to fix code style (#3)

Fixed

  • Fixed code style to PRS4 standards

Added

  • Add credentails paymob property (#2)
  • Add github action workflow (#2)

Changed

  • Convert payment to singleton class and add payment facade aliase (#2)

Changed

  • Set order total amount when add items (#1)