Skip to content

Commit

Permalink
Merge pull request #40 from ralcorta/fix/typo
Browse files Browse the repository at this point in the history
fix(electronic-billings): createNextInvoice param type fixed
  • Loading branch information
ralcorta authored Oct 14, 2023
2 parents 711ae31 + 55ad851 commit 639660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/electronic-billing.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class ElectronicBillingService extends AfipService<IServiceSoap12Soap> {
/**
* Alias for createVoucher method.
*/
async createNextInvoice(req: IVoucher) {
async createNextInvoice(req: INextVoucher) {
return this.createNextVoucher(req);
}
}

0 comments on commit 639660b

Please sign in to comment.