Skip to content

Commit

Permalink
fix classes
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed May 2, 2024
1 parent 32f77dd commit 5bd87d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/edutap/wallet_google/models/retail.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
)
class GiftCardClass(
GoogleWalletClassModel,
GoogleWalletWithIdModel,
GoogleWalletWithKindMixin,
GoogleWalletMessageableMixin,
GoogleWalletStyleableClassMixin,
Expand Down Expand Up @@ -120,6 +121,7 @@ class GiftCardObject(
)
class LoyaltyClass(
GoogleWalletClassModel,
GoogleWalletWithIdModel,
GoogleWalletWithKindMixin,
GoogleWalletMessageableMixin,
GoogleWalletStyleableClassMixin,
Expand Down

0 comments on commit 5bd87d3

Please sign in to comment.