Fix provider in LBTC ad creation
This commit is contained in:
@@ -518,7 +518,7 @@ class LBTC(util.Base):
|
||||
"price_equation": price_formula,
|
||||
"track_max_amount": False,
|
||||
"require_trusted_by_advertiser": False,
|
||||
"online_provider": provider,
|
||||
"online_provider": self.map_provider(provider, reverse=True),
|
||||
"display_reference": False,
|
||||
}
|
||||
if visible is False:
|
||||
|
||||
Reference in New Issue
Block a user