Attendize/database/seeds
Jeremy Quinton 8bcf106ffe Refactored Event Checkout
1. Removed dependencies on $gateway->id in the database which made the codebase fairly brittle in places. Use the name field of payment_gatway instead.
2. Refactored Event Checkout so that in theory it should be a lot easier to add other Omnipay gateways.
3. Removed Paypal Express as a gateway supported by default.
4. Payment Gateways are now configurable by specifying an admin and checkout template in the database directly.
5. Broke each payment option out into its own template instead of trying to handle all payment gateways in one form with funny if conditions.
6. Account settings for Payment Gateways is now dynamic based on what is in the database.
7. Added migration and updated Seeder to make sure the payment_gateways is correct on in stall and when upgrading.
2019-09-04 15:31:40 +02:00
..
.gitkeep - First commit 2016-02-29 15:59:39 +00:00
CountriesSeeder.php - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
CurrencySeeder.php Add Whitespace to selected currencies 2016-11-15 21:50:04 +01:00
DatabaseSeeder.php Fix issue where CLI installer would fail due to misplaced capital letter in seeder class name 2016-08-16 01:24:50 +01:00
OrderStatusSeeder.php Add support for additional currencies + improve how currencies are displayed 2016-08-12 13:02:37 +01:00
PaymentGatewaySeeder.php Refactored Event Checkout 2019-09-04 15:31:40 +02:00
QuestionTypesSeeder.php Made a start on implementing the 'Attendees Question' feature. 2016-03-27 16:40:34 +03:00
TicketStatusSeeder.php Add support for additional currencies + improve how currencies are displayed 2016-08-12 13:02:37 +01:00
TimezoneSeeder.php Allow configurable date formats 2018-11-06 08:10:32 +11:00
countries.json - First commit 2016-02-29 15:59:39 +00:00