Commit Graph

988 Commits

Author SHA1 Message Date
merdiano be241c2883 filter menu 2019-09-18 06:26:28 +05:00
merdiano 97cf809f71 Home Cinema with item 2019-09-18 06:26:28 +05:00
merdiano 731b13e327 Home Cinema 2019-09-18 06:26:27 +05:00
merdiano c44a861f29 create event bug fixes 2019-09-18 06:26:14 +05:00
merdiano 9718be2b3c working on raspisania 2019-09-18 06:26:13 +05:00
merdiano a9eb1c39e2 fixed tickets ticket_date format bug 2019-09-18 06:26:07 +05:00
merdiano bfc9c1fb5d added event ticket date to tickets 2019-09-18 06:26:05 +05:00
merdiano bc456b4181 added event ticket date to tickets 2019-09-18 06:26:04 +05:00
merdiano 4b52ff9bea sliders, tags , admin manages all orginizers 2019-09-18 06:26:04 +05:00
merdiano fd4a8b418e merge commit 2019-09-18 06:25:59 +05:00
merdiano 0fcc39b49e sales volume 2019-09-18 06:25:39 +05:00
merdiano 4ac8cb2e60 payment configured 2019-09-18 06:25:38 +05:00
Jeremy Quinton 25181538e8 Enables Stripe SCA payments 2019-09-18 06:25:24 +05:00
merdiano a1c0b04ea4 map 2019-09-17 16:43:27 +05:00
Jeremy Quinton 9cb2b2a69b
Merge pull request #685 from Attendize/store-payment-intent
store the payment intent even if user not redirected fixes - #684
2019-09-17 10:03:43 +02:00
Jeremy Quinton 0dae4ea9ad store the payment intent even if user not redirected 2019-09-17 10:00:24 +02:00
Jeremy Quinton b1ffee9868 corrected namespace issue 2019-09-16 15:56:59 +02:00
Jeremy Quinton d7c3558299 fixed namespacing issue 2019-09-16 13:53:08 +02:00
Jeremy Quinton 190db4cecc adding additional path to autoloader 2019-09-16 13:00:34 +02:00
Jeremy Quinton 7ca897ff72
Merge pull request #683 from Attendize/stripe-sca-payment
Added Stripe SCA payment gateway as an option.
2019-09-16 12:01:22 +02:00
Jeremy Quinton 33c3b4304a improved default stripe styles 2019-09-16 12:00:34 +02:00
Jeremy Quinton c1f6ce26a5 updating composer dependancies 2019-09-16 11:45:02 +02:00
Jeremy Quinton 0c1f4c8619 Update Refund journeys
1. Updated the refund journeys so that they use the payment Gateway Factory.
2. Improved request data going in and out of the session.
3. Show error message when Stripe SCA journey fails.
4. Update migration.
2019-09-09 16:42:01 +02:00
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
Jeremy Quinton ee01292f53 added class back to form 2019-08-29 22:18:19 +02:00
Jeremy Quinton 19c2ca8a8c Enables Stripe SCA payments 2019-08-29 21:23:05 +02:00
merdiano fb84f4d0b2 merge commit 2019-08-19 14:30:30 +05:00
merdiano ec91a0cc96 sales volume 2019-08-19 13:05:05 +05:00
merdiano 35a0e3123d added categoriesSeeder to databaseSeeder
permissionmanager configed to use App/User
2019-08-09 23:16:55 +05:00
Jeremy Quinton f5c23aaddc
Merge pull request #626 from Attendize/vat-enabled-invoices
Business fields for tax purposes
2019-07-03 09:56:43 +02:00
Jeremy Quinton 0abf63f8f5 The business fields that are stored against the order are individual fields. Update templates and emails to display business details 2019-06-28 20:55:21 +02:00
Etienne Marais ac9ad7fa81
🐛 FIX: Add dynamic validation to the address fields. Filter out the empty ones for better reading. 2019-06-24 21:17:34 +02:00
Jeremy Quinton 3220fbe2c0
Merge branch 'master' into vat-enabled-invoices 2019-06-21 13:42:27 +02:00
Sam Bell d5c690deef
Merge pull request #648 from windix/fix-email-template
Fix bug in en messageReceived email template
2019-06-12 10:23:58 +01:00
Wei Feng 7f44f28b6b Fix bug in en messageReceived email template
I have noticed that the email CONTACT form on the event page is broken.

Can see an error from the log:

```
[2019-06-09 05:50:00] production.ERROR: syntax error, unexpected '!', expecting ',' or ')' (View: /opt/bitnami/apps/attendize/resources/views/en/Emails/messageReceived.blade.php) {"userId":1,"exception":"[object] (ErrorException(code: 0): syntax error, unexpected '!', expecting ',' or ')' (View: /opt/bitnami/apps/attendize/resources/views/en/Emails/messageReceived.blade.php) at /opt/bitnami/apps/attendize/storage/framework/views/7636d50489ed84fa18df11267aa8e9453a5a7392.php:6, Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): syntax error, unexpected '!', expecting ',' or ')' at /opt/bitnami/apps/attendize/storage/framework/views/7636d50489ed84fa18df11267aa8e9453a5a7392.php:6)
```

I think this has been introduced by last template update with a wrong
syntax.
2019-06-09 16:16:20 +10:00
Etienne Marais dda7fa71ed
🐛 FIX: Add business details to order tickets email. Clean up html a little 2019-06-08 18:37:24 +02:00
Etienne Marais f301a2daf7
Merge master 2019-06-08 18:27:25 +02:00
Jeremy Quinton 5d09b99ca4 updated the submitting an issue guidelines 2019-05-29 16:35:47 +02:00
Jeremy Quinton d16b023f69
Merge pull request #642 from bagage/fix-french-translation
Fix French translation
2019-05-29 16:09:00 +02:00
Jeremy Quinton e11c438530
Merge pull request #636 from publicarray/env-config
Move env to config files
2019-05-29 16:07:15 +02:00
Jeremy Quinton 77087b67c3
Merge pull request #646 from Attendize/remove-terms-and-conditions-closure
removed terms and conditions route as its not used
2019-05-29 15:48:05 +02:00
Jeremy Quinton 039183e4e8 removed terms and conditions route as its not used 2019-05-29 15:47:09 +02:00
Jeremy Quinton ecdafe2d2a
Merge pull request #630 from publicarray/update-routes
Remove closures on route files
2019-05-29 15:43:37 +02:00
Jeremy Quinton 7952bed6d0
Merge pull request #640 from Attendize/gtm_container
Add GTM container
2019-05-29 14:56:08 +02:00
Gautier Pelloux-Prayer 40e3646720 Fix French translation 2019-05-21 21:04:17 +02:00
Etienne Marais e9719242b3
📦 NEW: Add GTM into <head> if the tag exists either on the organiser or event. Falls back to not rendering if both the codes are empty. Event GTM will render first and fallback to the organiser. 2019-05-14 15:06:44 +02:00
Etienne Marais 141e737b69
📦 NEW: Add event level GTM code 2019-05-14 14:53:48 +02:00
Etienne Marais b04c75b267
📦 NEW: Add GTM field on the organiser settings page 2019-05-14 14:47:35 +02:00
Etienne Marais 272b426593
📦 NEW: Add migrations for the gtm code to live on the organiser and event 2019-05-14 14:29:08 +02:00
Sam Bell 1103a86777
Merge pull request #634 from publicarray/colour-picker
Fix the colour picker
2019-05-11 12:32:30 +01:00