From 1d84a77567985748f005f6c692e747fc53d435ba Mon Sep 17 00:00:00 2001 From: Yerko Ortiz Date: Wed, 12 Apr 2023 12:53:36 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af5cc19..bcaff6a 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ The purpose of this piece of code is to serve as a tool for sii's certification make run ``` ### Considerations: -Before try to run it, you need to get the environment variables and respective certificate. +Before run the program, you need to get the environment variables and respective certificate. From 4be54f11a8cc107c1f2c5e9558a162fc33a7c6a7 Mon Sep 17 00:00:00 2001 From: Erick <93987918+ErickSumUp@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:18:06 -0400 Subject: [PATCH 2/2] Update main.go --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 9dad9ef..f561030 100644 --- a/main.go +++ b/main.go @@ -65,7 +65,7 @@ func GenerateBatches() [][]entities.Batch { VatID: "65537690-9", // valid rut Day: "2023-04-10", DocumentType: "48", - Channel: "0", // 1 for cnp + Channel: "0", // 0 for cnp Amount: 500, NTransactions: 2, ExternalTrackID: "0", @@ -74,7 +74,7 @@ func GenerateBatches() [][]entities.Batch { VatID: "39020493-0", // valid rut Day: "2023-04-10", DocumentType: "48", - Channel: "0", // 1 for cnp + Channel: "0", // 0 for cnp Amount: 500, NTransactions: 2, ExternalTrackID: "0", @@ -105,7 +105,7 @@ func GenerateBatches() [][]entities.Batch { VatID: "85445473-0", // valid rut Day: "2023-04-10", DocumentType: "48", - Channel: "0", // 1 for cnp + Channel: "0", // 0 for cnp Amount: 0, NTransactions: 2, ExternalTrackID: "0", @@ -145,7 +145,7 @@ func GenerateBatches() [][]entities.Batch { Day: "2023-04-10", DocumentType: "00", Channel: "1", // 1 for cnp - Amount: 0, + Amount: 2000, NTransactions: 2, ExternalTrackID: "0", },