Skip to content

Commit ba4dc0e

Browse files
Atualização exemplo resend parcel
1 parent bc951dc commit ba4dc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/charges/carnet/sendCarnetParcelEmail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const body = {
1414
const efipay = new EfiPay(options);
1515

1616
efipay
17-
.resendParcel(params, body)
17+
.sendCarnetParcelEmail(params, body)
1818
.then((resposta: Promise<any>) => {
1919
console.log(resposta);
2020
})

0 commit comments

Comments
 (0)