Skip to content

Commit

Permalink
set correct library type for gpayments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Sep 30, 2024
1 parent 2186100 commit 8b7a897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectorconfig/gpayments.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (c *GPaymentsCredentials) GetLibrary() Library {
}

func (c *GPaymentsCredentials) GetSupportedTypes() []LibraryType {
return []LibraryType{LibraryTypePayment}
return []LibraryType{LibraryTypeAuthentication}
}

func (c *GPaymentsCredentials) Validate() error {
Expand Down

0 comments on commit 8b7a897

Please sign in to comment.