| @@ -21,14 +21,17 @@ | ||
| 21 | 21 | use Give\DonationForms\V2\Endpoints\FormActions; |
| 22 | 22 | use Give\DonationForms\V2\Endpoints\ListDonationForms; |
| 23 | 23 | use Give\DonationForms\V2\Endpoints\SwitchDonationFormView; |
| 24 | 24 | use Give\Donations\Endpoints\DonationActions; |
| 25 | +use Give\Donations\Endpoints\ListDonationsStats; | |
| 25 | 26 | use Give\Donations\Endpoints\ListDonations; |
| 26 | 27 | use Give\Donations\Endpoints\SwitchDonationView; |
| 27 | 28 | use Give\Donors\Endpoints\DeleteDonor; |
| 28 | 29 | use Give\Donors\Endpoints\ListDonors; |
| 30 | +use Give\Donors\Endpoints\ListDonorsStats; | |
| 29 | 31 | use Give\Donors\Endpoints\SwitchDonorView; |
| 30 | 32 | use Give\Subscriptions\Endpoints\ListSubscriptions; |
| 33 | +use Give\Subscriptions\Endpoints\ListSubscriptionStats; | |
| 31 | 34 | use Give\Subscriptions\Endpoints\SubscriptionActions; |
| 32 | 35 | use Give\Subscriptions\Endpoints\SwitchSubscriptionView; |
| 33 | 36 | |
| 34 | 37 | class RestAPI implements ServiceProvider |
| @@ -51,10 +54,13 @@ | ||
| 51 | 54 | GetLogs::class, |
| 52 | 55 | FlushLogs::class, |
| 53 | 56 | ListDonationForms::class, |
| 54 | 57 | ListDonors::class, |
| 58 | + ListDonorsStats::class, | |
| 55 | 59 | ListDonations::class, |
| 60 | + ListDonationsStats::class, | |
| 56 | 61 | ListSubscriptions::class, |
| 62 | + ListSubscriptionStats::class, | |
| 57 | 63 | SwitchDonorView::class, |
| 58 | 64 | SwitchDonationView::class, |
| 59 | 65 | SwitchDonationFormView::class, |
| 60 | 66 | SwitchSubscriptionView::class, |