168 Commits

Author SHA1 Message Date
Joshua Dwire
40c30cce2f Laravel 6 support 2021-09-25 20:13:01 -04:00
Hillel Coren
bb3603acd3 Rebuild JS files 2020-03-29 09:39:57 +03:00
Hillel Coren
fceb82ea51 Clarify credit error 2020-03-29 09:25:52 +03:00
David Bomba
ac11681073
fixes for checkout.com (#3336) 2020-02-16 17:41:00 +11:00
WillieWookiee
1ab5bc1f6b
Fixing cancel button. (#3309)
This fix addresses a bug where if you create a quote and then go into the client portal to add a credit card, the cancel button will take you back to the first quote of the client regardless if it is a draft or not. This will now take you back to the previous page.
2020-02-12 07:53:06 +11:00
Hillel Coren
fbb5826178 Duplicate payments 2019-09-29 12:02:30 +03:00
Francisco Ferreira
b0e680ee5c Stripe improvements (port #2863 to master) (#2903)
* View credit card: send more billing data to Stripe when available

As commit 8e8414ab498a6fcfee423a81294789769b68305f shows, this commit had more code that was wrongly commited in ff064367d6f64ce6c05249459ca8ea88c846c99a by another author

* Stripe: fill payment card details
2019-07-18 16:26:08 +10:00
Joshua Dwire
ff064367d6 Support Stripe 3D secure 2019-07-09 17:16:20 -04:00
David Bomba
aefe133ba0
fix permissions (#2637) 2019-01-30 22:25:37 +11:00
David Bomba
5ccf7369ca Rebase to v4.5.9 2019-01-30 21:45:46 +11:00
David Bomba
a9f2d0d855
This PR implements Create/View/Edit permissions based on ENTITY TYPE (ie invoice/expense/client). (#2150)
* migration for new permissions schema

* update permissions across data tables

* refactor migrations to prevent duplicate attribute

* update permissions in views

* Product Permissions

* permissions via controllers

* Refactor to use Laravel authorization gate

* Doc Blocks for EntityPolicy

* check permissions conditional on create new client

* Bug Fixes

* Data table permissions

* working on UI

* settings UI/UX finalised

* Datatable permissions

* remove legacy permissions

* permission fix for viewing client

* remove all instances of viewByOwner

* refactor after PR

* Bug fix for Functional test and implementation of Functional tests for Permissions

* fix for tests
2018-06-07 20:08:34 +10:00
Hillel Coren
5c31818cc7 Add link to WePay's privacy policy 2018-04-23 13:02:27 +03:00
Hillel Coren
f80687d0a5 Working on payment gateways 2018-03-16 10:08:15 +02:00
Hillel Coren
3776df9f5c Working on payment gateways 2018-03-16 10:04:43 +02:00
Hillel Coren
b243a41c05 Working on payment gateways 2018-03-16 09:58:56 +02:00
Hillel Coren
eb4fceede6 Fix for Braintree 2018-03-15 21:23:44 +02:00
Hillel Coren
d4b181e32b Fix for tests 2018-03-15 21:01:35 +02:00
Hillel Coren
2ea132cf49 Simplify duplicate submission check 2018-03-15 20:24:42 +02:00
Hillel Coren
7f5804c739 Fix issue saving after clicking back 2018-03-14 13:03:30 +02:00
Hillel Coren
ca3ff553e5 Make state field optional 2018-03-13 16:04:02 +02:00
Hillel Coren
2e74ec7d62 Ensure payment methods are always visible in portal 2018-03-13 11:19:38 +02:00
Hillel Coren
1b364bde4e Refactor 'update' to 'capture' 2018-03-09 15:24:24 +02:00
Hillel Coren
5c5dd7a27e Added Paymill 2018-03-07 17:23:25 +02:00
Hillel Coren
84dd416ed6 Check for currency id on payment.edit 2018-03-04 20:49:52 +02:00
Hillel Coren
5e8682be0a Fix for Braintree duplicate submission check 2018-02-21 21:09:55 +02:00
Hillel Coren
b1338555fd Limit JS error logging 2018-02-21 17:54:58 +02:00
Hillel Coren
de2bcc92cf Prevent duplicat submissions 2018-02-21 15:36:00 +02:00
Hillel Coren
b6ba6fccda Prevent duplicat submissions 2018-02-21 15:21:27 +02:00
Hillel Coren
fca6fba8d3 Fix for tests 2018-02-17 22:46:48 +02:00
Hillel Coren
9721491072 Show credit amount on new payment form 2018-02-15 11:53:51 +02:00
Hillel Coren
4fb50f75cf Working on the portal 2018-01-21 08:48:18 +02:00
Hillel Coren
aea0ce2f45 Fix for tests 2018-01-20 19:27:41 +02:00
Hillel Coren
9c07d16be5 Fix for tests 2018-01-19 12:20:03 +02:00
Hillel Coren
d004f89b0e Working on the portal 2018-01-19 07:13:02 +02:00
Hillel Coren
8a8483bcbd Fix for tests 2018-01-18 16:03:41 +02:00
Hillel Coren
d1f5b8dd32 Working on tests 2018-01-18 09:21:40 +02:00
Hillel Coren
f164d9d92e Warn user before auto-creating credit 2018-01-16 16:44:01 +02:00
Hillel Coren
814e6e1a62 Update amount when selecting invoice on /payments/create 2018-01-01 15:31:05 +02:00
Hillel Coren
4683f66fc6 Convert currencies 2017-12-21 09:47:17 +02:00
Hillel Coren
fcd5b308fa Send shipping address to Omnipay 2017-12-08 14:53:10 +02:00
Hillel Coren
32864bdb10 Handle client portal shipping address change 2017-12-07 14:49:33 +02:00
Hillel Coren
d1cb62b444 Localization fixes 2017-12-07 12:33:46 +02:00
Hillel Coren
f773a5df13 Add recurring invoices button to the client portal dashboard 2017-12-03 15:16:09 +02:00
Hillel Coren
98a1ac82f6 Change column sizings 2017-11-30 21:17:50 +02:00
Hillel Coren
8524d3f401 Improve payment page styling 2017-11-29 21:12:08 +02:00
Hillel Coren
b159037969 Add support for Apple Pay 2017-11-27 17:29:25 +02:00
Hillel Coren
53830430aa Add support for Apple Pay 2017-11-27 16:50:06 +02:00
Hillel Coren
461916a334 Working on shipping address 2017-11-20 16:44:28 +02:00
Hillel Coren
444ffd64cf Working on shipping address 2017-11-19 22:34:34 +02:00
Hillel Coren
1d2134e59f working on payment currency 2017-11-19 11:55:01 +02:00