We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773adee commit fd7427eCopy full SHA for fd7427e
app/factories/ticket_fee.py
@@ -8,7 +8,7 @@ class TicketFeesFactory(factory.alchemy.SQLAlchemyModelFactory):
8
class Meta:
9
model = TicketFees
10
sqlalchemy_session = db.session
11
-
+
12
country = common.country_
13
currency = common.currency_
14
service_fee = common.fee_
0 commit comments