Skip to content

Commit

Permalink
PPCBid is now ContractRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 4, 2021
1 parent 7742862 commit 0741b9c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,17 @@ type CampaignImage struct {
}

// CampaignRequirements is the structure for "requirements"
//
// DO NOT CHANGE ORDER - malign
//
type CampaignRequirements struct {
VisitorCountries []string `json:"visitor_countries"`
ContractRequired bool `json:"contract_required"`
DotWallet bool `json:"dotwallet"`
Facebook bool `json:"facebook"`
Google bool `json:"google"`
HandCash bool `json:"handcash"`
KYC bool `json:"kyc"`
MoneyButton bool `json:"moneybutton"`
PPCBid bool `json:"ppc_bid"`
Relay bool `json:"relay"`
Twitter bool `json:"twitter"`
VisitorCountries []string `json:"visitor_countries"`
VisitorRestrictions bool `json:"visitor_restrictions"`
}

Expand Down

0 comments on commit 0741b9c

Please sign in to comment.