Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix voucher file upload path #152

Merged
merged 1 commit into from
Feb 11, 2024
Merged

fix voucher file upload path #152

merged 1 commit into from
Feb 11, 2024

Conversation

Sysix
Copy link
Owner

@Sysix Sysix commented Feb 11, 2024

closes #145

Copy link

Coverage report for commit: 130f8e4
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ █░░░░░░░░░░░░░░░░░░░░░░ │  2.8%
 100% │ ███████████████████████ │ 97.2%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 98.67% | Methods: 95.00%
FilesLinesMethodsBranches
src
   Api.php100.00%100.00%100.00%
   BaseClient.php100.00%100.00%100.00%
   PaginationClient.php96.67%75.00%100.00%
   Utils.php96.30%83.33%100.00%
src/Clients
   Contact.php100.00%100.00%100.00%
   Country.php100.00%100.00%100.00%
   CreditNote.php100.00%100.00%100.00%
   DeliveryNote.php100.00%100.00%100.00%
   DownPaymentInvoice.php100.00%100.00%100.00%
   Dunning.php100.00%100.00%100.00%
   Event.php100.00%100.00%100.00%
   File.php100.00%100.00%100.00%
   Invoice.php100.00%100.00%100.00%
   OrderConfirmation.php100.00%100.00%100.00%
   Payment.php100.00%100.00%100.00%
   PaymentCondition.php100.00%100.00%100.00%
   PostingCategory.php100.00%100.00%100.00%
   Profile.php100.00%100.00%100.00%
   Quotation.php100.00%100.00%100.00%
   RecurringTemplate.php100.00%100.00%100.00%
   Voucher.php100.00%100.00%100.00%
   VoucherList.php100.00%100.00%100.00%
src/Clients/Traits
   CreateFinalizeTrait.php100.00%100.00%100.00%
   CreateTrait.php100.00%100.00%100.00%
   DeleteTrait.php100.00%100.00%100.00%
   DocumentClientTrait.php91.67%-100.00%
   GetTrait.php100.00%100.00%100.00%
   PursueFinalizeTrait.php100.00%100.00%100.00%
   PursueTrait.php100.00%100.00%100.00%
   UpdateTrait.php100.00%100.00%100.00%
   VoucherListTrait.php100.00%100.00%100.00%
src/Config/FileClient
   VoucherConfig.php100.00%100.00%100.00%
src/Config
   FileClientConfig.php100.00%100.00%100.00%
src/Exceptions
   LexOfficeApiException.php100.00%100.00%100.00%
src/Interfaces
   ApiInterface.php100.00%100.00%100.00%
   ClientInterface.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@Sysix Sysix merged commit 8fa73e4 into development Feb 11, 2024
10 checks passed
@Sysix Sysix deleted the fix-file-voucher-upload branch February 11, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API URL for uploading voucher image is wrong
1 participant