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