bassemAgmi / EInvoicingSigner

A command prompt application used to serialize and sign tax payers documents before sending the documents to Egyptian Tax Authority.
71 stars 57 forks source link

Update Signer.cs #13

Closed whhsn closed 2 years ago

whhsn commented 2 years ago

The code is not handling array of strings properly, such as the References array: input: "references": ["1234","abcd"], proper output should be: "REFERENCES""REFERENCES""1234""REFERENCES""abcd"

I didn't properly test the suggested fix and I think types other than strings should be handled also.