- 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 the way we handle the payment gateways from database instead config (#41)
- Changed the payment manager to get method from database.
- Enhanced test cases
- Added Billable trait (#29)
- Added currency and country config
- Enhanced test helpers
- Added get errors message if payment gateway is failed (#14)
- Added get payment success status
- Changed handling error exception to store errors in array instead throw exception
- Fixed code style to PRS4 standards
- Convert payment to singleton class and add payment facade aliase (#2)
- Set order total amount when add items (#1)