| @@ -17,23 +17,8 @@ | ||
| 17 | 17 | use Give\API\Endpoints\Reports\TotalDonors; |
| 18 | 18 | use Give\API\Endpoints\Reports\TotalIncome; |
| 19 | 19 | use Give\API\Endpoints\Reports\TotalRefunds; |
| 20 | 20 | use Give\API\RestRoute; |
| 21 | -use Give\DonationForms\V2\Endpoints\FormActions; | |
| 22 | -use Give\DonationForms\V2\Endpoints\ListDonationForms; | |
| 23 | -use Give\DonationForms\V2\Endpoints\SwitchDonationFormView; | |
| 24 | -use Give\Donations\Endpoints\DonationActions; | |
| 25 | -use Give\Donations\Endpoints\ListDonationsStats; | |
| 26 | -use Give\Donations\Endpoints\ListDonations; | |
| 27 | -use Give\Donations\Endpoints\SwitchDonationView; | |
| 28 | -use Give\Donors\Endpoints\DeleteDonor; | |
| 29 | -use Give\Donors\Endpoints\ListDonors; | |
| 30 | -use Give\Donors\Endpoints\ListDonorsStats; | |
| 31 | -use Give\Donors\Endpoints\SwitchDonorView; | |
| 32 | -use Give\Subscriptions\Endpoints\ListSubscriptions; | |
| 33 | -use Give\Subscriptions\Endpoints\ListSubscriptionStats; | |
| 34 | -use Give\Subscriptions\Endpoints\SubscriptionActions; | |
| 35 | -use Give\Subscriptions\Endpoints\SwitchSubscriptionView; | |
| 36 | 21 | |
| 37 | 22 | class RestAPI implements ServiceProvider |
| 38 | 23 | { |
| 39 | 24 | /** |
| @@ -52,23 +37,8 @@ | ||
| 52 | 37 | TotalIncome::class, |
| 53 | 38 | TotalRefunds::class, |
| 54 | 39 | GetLogs::class, |
| 55 | 40 | FlushLogs::class, |
| 56 | - ListDonationForms::class, | |
| 57 | - ListDonors::class, | |
| 58 | - ListDonorsStats::class, | |
| 59 | - ListDonations::class, | |
| 60 | - ListDonationsStats::class, | |
| 61 | - ListSubscriptions::class, | |
| 62 | - ListSubscriptionStats::class, | |
| 63 | - SwitchDonorView::class, | |
| 64 | - SwitchDonationView::class, | |
| 65 | - SwitchDonationFormView::class, | |
| 66 | - SwitchSubscriptionView::class, | |
| 67 | - DonationActions::class, | |
| 68 | - SubscriptionActions::class, | |
| 69 | - DeleteDonor::class, | |
| 70 | - FormActions::class, | |
| 71 | 41 | GetMigrations::class, |
| 72 | 42 | RunMigration::class, |
| 73 | 43 | ]; |
| 74 | 44 | |