Skip to content

Commit 060ee55

Browse files
committed
invoice services all samples added
1 parent 7d26454 commit 060ee55

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

examples.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,8 +1125,8 @@
11251125
// ------------------------------------------------------------------
11261126
// Descargar XML por ID
11271127
// ------------------------------------------------------------------
1128-
$apiResponse = $client->getInvoiceService()->getXml("fc2bb1aa-12a7-4d92-bdea-57d589bd29d6");
1129-
consoleLog($apiResponse);
1128+
// $apiResponse = $client->getInvoiceService()->getXml("fc2bb1aa-12a7-4d92-bdea-57d589bd29d6");
1129+
// consoleLog($apiResponse);
11301130

11311131

11321132

@@ -1137,12 +1137,14 @@
11371137
// "invoiceId" => "96d93ff4-95c6-4381-858a-6551259d17ad",
11381138
// "bandColor" => "#FFA500",
11391139
// "fontColor" => "#FFFFFF",
1140-
// "toEmail" => "mendoza.git@gmail.com",
1140+
// "toEmail" => "mail@domain.com",
11411141
// "base64Logo" => $base64Logo
11421142
// ];
11431143
// $apiResponse = $client->getInvoiceService()->send($emailRequest);
11441144
// consoleLog($apiResponse);
11451145

1146+
1147+
11461148
// ------------------------------------------------------------------
11471149
// Enviar factura por correo por ID (por referencias)
11481150
// ------------------------------------------------------------------

0 commit comments

Comments
 (0)