Skip to content

Commit

Permalink
Fix ShipFromAddress in Supplier
Browse files Browse the repository at this point in the history
related with 79561a4
  • Loading branch information
cryptolopes committed Dec 9, 2020
1 parent b3dd696 commit 7c49657
Show file tree
Hide file tree
Showing 5 changed files with 2,287 additions and 2,287 deletions.
Binary file modified jar/FastHashCannon.jar-jar-with-dependencies.jar
Binary file not shown.
Binary file modified jar/FastSaftEncrypt.jar-jar-with-dependencies.jar
Binary file not shown.
14 changes: 7 additions & 7 deletions src/main/java/pt/cryptosaft/demo/FastSaftEncrypt.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ public class FastSaftEncrypt {
"AuditFile/MasterFiles/Supplier/BillingAddress/PostalCode/",
"AuditFile/MasterFiles/Supplier/BillingAddress/Region/",
"AuditFile/MasterFiles/Supplier/BillingAddress/Country/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/BuildingNumber/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/StreetName/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/AddressDetail/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/City/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/PostalCode/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/Region/",
"AuditFile/MasterFiles/Supplier/ShipToAddress/Country/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/BuildingNumber/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/StreetName/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/AddressDetail/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/City/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/PostalCode/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/Region/",
"AuditFile/MasterFiles/Supplier/ShipFromAddress/Country/",
"AuditFile/MasterFiles/Supplier/Telephone/",
"AuditFile/MasterFiles/Supplier/Fax/",
"AuditFile/MasterFiles/Supplier/Email/",
Expand Down
Binary file modified src/test/resources/hashset.json
Binary file not shown.
Loading

0 comments on commit 7c49657

Please sign in to comment.