Skip to content

Commit

Permalink
remove 'chargehive' as a valid library name
Browse files Browse the repository at this point in the history
  • Loading branch information
fobilow committed Jul 11, 2024
1 parent 063c1f2 commit e20f6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/connector/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// Connector is a configuration file for a single payment processing entity
type Connector struct {
ProcessingState ProcessingState `json:"processingState,omitempty" yaml:"processingState,omitempty"`
Library string `json:"library" yaml:"library" validate:"omitempty,oneof=adyen bluesnap gpayments nuvei inoviopay threedsecureio sandbox sandbanx applepay authorize braintree qualpay stripe paysafe worldpay paypal-websitepaymentspro paypal-expresscheckout vindicia chargehive maxmind cybersource paysafe-accountupdater bottomline checkout kount clearhaus trust-payments cwams yapstone tokenex-accountupdater tokenex-networktokenization sticky-io googlepay"`
Library string `json:"library" yaml:"library" validate:"omitempty,oneof=adyen bluesnap gpayments nuvei inoviopay threedsecureio sandbox sandbanx applepay authorize braintree qualpay stripe paysafe worldpay paypal-websitepaymentspro paypal-expresscheckout vindicia maxmind cybersource paysafe-accountupdater bottomline checkout kount clearhaus trust-payments cwams yapstone tokenex-accountupdater tokenex-networktokenization sticky-io googlepay"`
Configuration []byte `json:"configuration" yaml:"configuration" validate:"required"`
ConfigID string `json:"configId,omitempty" yaml:"configId,omitempty"`
ConfigAuth string `json:"configAuth,omitempty" yaml:"configAuth,omitempty"`
Expand Down

0 comments on commit e20f6ac

Please sign in to comment.