Skip to content

Commit

Permalink
Atualização exemplo resend parcel email
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-oliveira-efi authored Aug 30, 2023
1 parent 3b5c9f4 commit 3851df2
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 3851df2

Please sign in to comment.