[AC-2568] Added invoices and transaction history endpoints. Added cursor paging for each #4692
25.21% of diff hit (target 41.82%)
View this Pull Request on Codecov
25.21% of diff hit (target 41.82%)
Annotations
Check warning on line 15 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L14-L15
Added lines #L14 - L15 were not covered by tests
Check warning on line 48 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L47-L48
Added lines #L47 - L48 were not covered by tests
Check warning on line 51 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L50-L51
Added lines #L50 - L51 were not covered by tests
Check warning on line 57 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L54-L57
Added lines #L54 - L57 were not covered by tests
Check warning on line 60 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L59-L60
Added lines #L59 - L60 were not covered by tests
Check warning on line 65 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L64-L65
Added lines #L64 - L65 were not covered by tests
Check warning on line 68 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L67-L68
Added lines #L67 - L68 were not covered by tests
Check warning on line 74 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L71-L74
Added lines #L71 - L74 were not covered by tests
Check warning on line 77 in src/Api/Billing/Controllers/AccountsBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/AccountsBillingController.cs#L76-L77
Added lines #L76 - L77 were not covered by tests
Check warning on line 67 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L67
Added line #L67 was not covered by tests
Check warning on line 70 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L69-L70
Added lines #L69 - L70 were not covered by tests
Check warning on line 73 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L73
Added line #L73 was not covered by tests
Check warning on line 77 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L76-L77
Added lines #L76 - L77 were not covered by tests
Check warning on line 83 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L80-L83
Added lines #L80 - L83 were not covered by tests
Check warning on line 86 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L85-L86
Added lines #L85 - L86 were not covered by tests
Check warning on line 90 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L90
Added line #L90 was not covered by tests
Check warning on line 93 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L92-L93
Added lines #L92 - L93 were not covered by tests
Check warning on line 96 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L96
Added line #L96 was not covered by tests
Check warning on line 100 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L99-L100
Added lines #L99 - L100 were not covered by tests
Check warning on line 106 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L103-L106
Added lines #L103 - L106 were not covered by tests
Check warning on line 109 in src/Api/Billing/Controllers/OrganizationBillingController.cs
codecov / codecov/patch
src/Api/Billing/Controllers/OrganizationBillingController.cs#L108-L109
Added lines #L108 - L109 were not covered by tests
Check warning on line 45 in src/Core/Billing/Services/Implementations/PaymentHistoryService.cs
codecov / codecov/patch
src/Core/Billing/Services/Implementations/PaymentHistoryService.cs#L45
Added line #L45 was not covered by tests
Check warning on line 37 in src/Infrastructure.Dapper/Repositories/TransactionRepository.cs
codecov / codecov/patch
src/Infrastructure.Dapper/Repositories/TransactionRepository.cs#L28-L37
Added lines #L28 - L37 were not covered by tests
Check warning on line 56 in src/Infrastructure.Dapper/Repositories/TransactionRepository.cs
codecov / codecov/patch
src/Infrastructure.Dapper/Repositories/TransactionRepository.cs#L51-L56
Added lines #L51 - L56 were not covered by tests
Check warning on line 76 in src/Infrastructure.Dapper/Repositories/TransactionRepository.cs
codecov / codecov/patch
src/Infrastructure.Dapper/Repositories/TransactionRepository.cs#L71-L76
Added lines #L71 - L76 were not covered by tests