Skip to content

Commit

Permalink
change to test integration testing 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 10, 2024
1 parent ab80381 commit 1bd14b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/edutap/wallet_google/models/primitives/barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ class Barcode(BaseModel):
see: https://developers.google.com/wallet/generic/rest/v1/Barcode
"""

# Attribute order as in Google's documentation to make future updates easier!
# last check: 2024-11-29

type: BarcodeType = BarcodeType.BARCODE_TYPE_UNSPECIFIED
renderEncoding: BarcodeRenderEncoding = (
BarcodeRenderEncoding.RENDER_ENCODING_UNSPECIFIED
Expand Down

0 comments on commit 1bd14b3

Please sign in to comment.