JapSeyz
d067cf1a04
Sponsors tickets
2016-11-15 12:54:52 +01:00
JapSeyz
4101e51824
Two types of tickets
2016-11-15 10:45:41 +01:00
jharris70
9460458b5c
Update EventCheckoutController.php : stripe receipts.
...
Added 'receipt_email' to the Stripe charge creation request so customers get a payment receipt as well as their tickets. Also removed a blank line.
I would still like to see the $order->order_reference in the description, but I'm not sure if $order has that property at this point: line 330 of EventCheckoutController.php.
2016-11-09 14:02:42 -08:00
Dave Earley
e1956b2da9
Fix issue where widgets would refresh to full site on timeout ( closes #235 )
2016-11-06 21:56:35 +00:00
Dave Earley
539a0c4fec
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# app/Http/Controllers/OrganiserCustomizeController.php
# app/Models/Account.php
# app/Models/AccountPaymentGateway.php
# composer.lock
2016-10-11 21:25:47 +01:00
Jacob Catayoc
4fc9586a61
- Fix some problems with MIGS
2016-10-07 21:43:04 +08:00
Jacob Catayoc
f1ce15562e
- MIGS payment gateway generate transaction id
2016-09-08 11:23:24 +08:00
Jacob Catayoc
e5a994b1c2
- Add MIGS payment gateway
...
- Modified transaction data population logic
2016-09-08 06:06:26 +08:00
Jacob Catayoc
437be0e30f
- Add MIGS payment gateway
...
- Modified logic to support payment gateways that redirect using GET
2016-09-08 05:48:07 +08:00
Jacob Catayoc
48835e5ead
- Added MIGS Payment Gateway
...
- Changed default Attendize settings to Philippine Peso / Philippine time zone
2016-09-08 05:02:02 +08:00
Dave Earley
9ec1cc20f2
Reformat code
2016-09-06 21:39:27 +01:00
JapSeyz
e881e7ede1
Fix no tickets selected returns an exception
2016-08-29 13:25:49 +02:00
Dave Earley
2de84966e4
Fix bug where offline payment would fail if no payment gateway was configured (issue #170 )
2016-07-24 23:51:16 +01:00
Dave Earley
5164cb5f25
Minor fixes related to Offline Payments
2016-07-09 15:19:09 +01:00
Dave Earley
4214856f7b
Updated EventCheckoutController so it can process offline payments
2016-07-09 12:06:44 +01:00
Dave Earley
5b2233aacd
Update comments on EventCheckoutController
2016-07-08 00:00:18 +01:00
Dave Earley
140cc130a8
Refactoring & updating of jobs and mailers.
2016-06-15 11:14:27 +01:00
Dave Earley
e8e5e4ac9c
Fix incorrect property name from PR #117
2016-05-31 16:27:51 +01:00
Yoann Lecuyer
fc2ee7244c
ticket refactoring
2016-05-30 11:05:28 -05:00
Dave Earley
15de38ab91
Added DB transaction to the checkout page
2016-05-28 09:28:53 +01:00
Dave Earley
f7327c4859
Fix bug where disabled attendee questions causing checkout to fail
2016-05-28 09:20:15 +01:00
Dave Earley
d45d0a39e5
Normalized attendees reference in attendees table ( closes #106 )
2016-05-26 01:40:49 +01:00
Yoann Lecuyer
628efc43b2
Fixes #107
2016-05-21 23:20:25 -05:00
Dave Earley
9e29a7fc22
Working on custom event questions
2016-05-21 18:37:15 +01:00
Dave Earley
fe2c5d6223
Fixed issue where CSS was not being passed to the ticket view
2016-05-21 00:09:34 +01:00
Dave Earley
cc911f7344
worked on implementing custom attendee questions
2016-05-20 23:56:47 +01:00
Dave Earley
becea4395c
Fixed 'Undefined Variable' related to the calendar_events array on the Organiser Dashboard controller.
2016-05-08 16:36:26 +01:00
Dave Earley
e4f6e8cb26
Fixed bug where checkout questions with multiple selections were not being saved + small checkout bug fixes
2016-05-06 00:18:52 +01:00
Dave Earley
862c74d3c3
Revert "Revert "Postgres compatibility""
2016-04-26 23:10:52 +01:00
Dave Earley
5426eeea19
Revert "Postgres compatibility"
2016-04-22 11:41:39 +01:00
Yoann Lecuyer
17cf0b4a1c
Postgres compatibility
2016-04-20 19:14:16 -05:00
Dave
6127084c36
Working on surveys/attendee questions
...
Working on attendee check-in page
2016-04-17 21:12:38 +01:00
Dave
6d101cea05
Work on custom attendee questions
...
Start on moving surveys, widgets, check-in to their own pages
2016-04-17 21:12:38 +01:00
Dave
ad8b5d9f62
Work on custom attendee questions
...
Created answers table in DB
2016-04-17 21:12:38 +01:00
Dave
310521fff8
Fix issue where checkout would fail if there were no payment gateways set.
2016-03-23 01:09:44 +00:00
Dave
c94c91d18d
- Updated order process so order session is cleared before we queue jobs. Prevents double orders in some cases.
2016-03-21 16:39:36 +00:00
Dave
8668b580d2
- Updating Wkhtml2PDF config (checkouts were failing when debug=true)
2016-03-21 16:36:40 +00:00
Dave
6844c10cdb
- Adding coinbase payment gateway and removing bitpay
2016-03-21 00:05:25 +00:00
Dave
8e8adaae1b
- Added the ability to support multiple payment gateways (Stripe, PayPal so far)
2016-03-20 16:01:50 +00:00
Dave
6cdfd6c9e7
- L5 work
...
- Adding comments
2016-03-16 01:13:49 +00:00
Dave
aa1789166d
- Fix bug where affiliate stat updates were applying to multiple events
2016-03-11 12:33:45 +00:00
Attendize
cb83b43b76
Applied fixes from StyleCI
2016-03-08 23:47:19 +00:00
Dave
ce50408b7e
- Removed Stripe libs from composer requirements
...
- Checkout and refunds now use Omnipay
2016-03-07 17:18:55 +00:00
Dave
b4efd67257
- Started work on added Omnipay
...
- Updated the checkout to use Omipay instead of Stripes own lib
2016-03-06 23:10:35 +00:00
Attendize
b3f33a38e8
Applied fixes from StyleCI
2016-03-04 19:18:10 -05:00
Dave
4598b8e8ed
- Created an attendize config file and remove the constants
...
- Bumped the version of Laravel to 5.1.20
2016-03-04 23:27:13 +00:00
Dave
a3320dd598
- First commit
2016-02-29 15:59:39 +00:00