function-apps/Point-Of-Transaction/src/main/java/org/inventory/hub/POT.java [69:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.productInformation.count = Long.toString(new Random().nextInt(seed) + 1);

            this.pointOfTransaction = new POT.TransactionEvent.PointOfTransactionLocation();
            this.pointOfTransaction.id = System.getProperty("POT_FUNCTION_APP_ID");
            this.pointOfTransaction.description = System.getenv("POT_FUNCTION_APP_DESCRIPTION");
            this.pointOfTransaction.location = System.getenv("POT_FUNCTION_APP_LOCATION_NAME");
            this.pointOfTransaction.latitude = System.getenv("POT_FUNCTION_APP_LOCATION_LATITUDE");
            this.pointOfTransaction.longitude = System.getenv("POT_FUNCTION_APP_LOCATION_LONGITUDE");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



function-apps/Point-Of-Transaction/src/main/java/org/inventory/hub/POT.java [92:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.productInformation.count = Long.toString(new Random().nextInt(seed) + 1);

            this.pointOfTransaction = new POT.TransactionEvent.PointOfTransactionLocation();
            this.pointOfTransaction.id = System.getProperty("POT_FUNCTION_APP_ID");
            this.pointOfTransaction.description = System.getenv("POT_FUNCTION_APP_DESCRIPTION");
            this.pointOfTransaction.location = System.getenv("POT_FUNCTION_APP_LOCATION_NAME");
            this.pointOfTransaction.latitude = System.getenv("POT_FUNCTION_APP_LOCATION_LATITUDE");
            this.pointOfTransaction.longitude = System.getenv("POT_FUNCTION_APP_LOCATION_LONGITUDE");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



