Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ftkg committed Nov 8, 2023
1 parent ca3da80 commit 34c62f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ type IAPConfig struct {
Apple *IAPAppleConfig `yaml:"apple" json:"apple" usage:"Apple App Store purchase validation configuration."`
Google *IAPGoogleConfig `yaml:"google" json:"google" usage:"Google Play Store purchase validation configuration."`
Huawei *IAPHuaweiConfig `yaml:"huawei" json:"huawei" usage:"Huawei purchase validation configuration."`
FacebookInstant *IAPFacebookInstantConfig `yaml:"facebook_instant" json:"fb_instant" usage:"Facebook Instant purchase validation configuration."`
FacebookInstant *IAPFacebookInstantConfig `yaml:"facebook_instant" json:"facebook_instant" usage:"Facebook Instant purchase validation configuration."`
}

func NewIAPConfig() *IAPConfig {
Expand Down

0 comments on commit 34c62f9

Please sign in to comment.