Skip to content

Barcode from SWISS boarding pass is not stored #7

@TitanNano

Description

@TitanNano

I imported a boarding pass from SWISS but it did not contain any barcode. After some investigation i found out that inside the pkpass JSON pass.json is a barcodes property, but the application is looking for a barcode property.

The barcodes property looks like this:

"barcodes": [{
    "format": "PKBarcodeFormatAztec",
     "message": "XXXX",
     "messageEncoding": "iso-8859-1"
}],

message is a long string of personal information about the flight where each detail is separated by varying amounts of white space.

I also noticed that no translations are loaded, so some important details are missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions