Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-oliveira-efi committed Sep 21, 2023
2 parents d313e00 + 3851df2 commit d972bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/charges/carnet/sendCarnetParcelEmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let body = {

const efipay = new EfiPay(options)

efipay.resendParcel(params, body)
efipay.sendCarnetParcelEmail(params, body)
.then((resposta) => {
console.log(resposta)
})
Expand Down

0 comments on commit d972bec

Please sign in to comment.