Skip to content

Releases: shabayekdes/laravel-payment

v0.8.0

12 Apr 23:23
946a161
Compare
Choose a tag to compare

Added

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

Changed

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

Enhanced

  • Enhanced test cases

v0.7.1

05 Mar 16:20
b6e1c57
Compare
Choose a tag to compare

Added

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

Enhanced

  • Enhanced test helpers

v0.7.0

15 Jan 14:41
Compare
Choose a tag to compare

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
    

v0.6.0

08 Jan 19:41
Compare
Choose a tag to compare

Added

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

Fixed

  • Fixed code style to PRS4 standards
    

v0.5.1-beta-2

07 Jan 01:55
72fd5fe
Compare
Choose a tag to compare

Added

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

Changed

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

v0.5.0-beta-2

06 Jan 22:33
b802a59
Compare
Choose a tag to compare

Changed

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

v0.4.1-beta

04 Jan 20:43
Compare
Choose a tag to compare

Refactor releases

  • Refractory in credentials payment cofig

v0.4-beta

20 Dec 23:03
Compare
Choose a tag to compare

Added

  • Added test case for pay with paymob

v0.3-alpha

16 Dec 00:57
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

Added

  • Added get order details from paymob api
  • Added purchase paymob to get pay url
  • Added get details methods to abstract

Changed

  • Changed guzzle client with laravel http client

v0.2-pre-alpha

06 Dec 22:34
Compare
Choose a tag to compare
v0.2-pre-alpha Pre-release
Pre-release

Added

  • Added payment facade
  • Added paymob method provider
  • Implement purchase paymob to get iframe URL