invoiceninja/app/Http/Controllers/ClientPortal
Benjamin Beganović a613cfed7c
Payment refunds (#3687)
* Fix whereClientId when starting payment

* Refunding using Paypal

* Refunding engine

* Cleanup and making refund method work

* Remove "refund" method from BasePaymentController

* Add "refund" to PaypalExpressPaymentDriver

* Extract refunding into own classes

* Apply php-cs-fixer to PaypalExpress

* Refunding with stripe
2020-05-14 11:04:23 +10:00
..
CreditController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
DashboardController.php [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
DocumentController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
EntityViewController.php Password protected invoices (#3635) 2020-04-17 07:19:21 +10:00
InvitationController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
InvoiceController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
PaymentController.php Payment refunds (#3687) 2020-05-14 11:04:23 +10:00
PaymentHookController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
PaymentMethodController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
ProfileController.php [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
QuoteController.php Workflow settings for quotes & invoices (#3655) 2020-04-28 09:50:54 +10:00
RecurringInvoiceController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
SwitchCompanyController.php Quick login with client contacts (#3680) 2020-05-09 08:19:39 +10:00