Skip to content

Commit

Permalink
Merge pull request #173 from VictorAvelar/maintenance-032022
Browse files Browse the repository at this point in the history
Maintenance 032022
  • Loading branch information
VictorAvelar authored Mar 17, 2022
2 parents 277217f + e2ba561 commit aa1bceb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ build:
skip: true
changelog:
sort: desc
use: github
filters:
exclude:
- docs
- changelog
- readme
- ^Merge pull request
- '^docs:'
- '^test:'
- '^chore'
- 'changelog'
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
1 change: 1 addition & 0 deletions mollie/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ type Locale string
// Mollie supported locales.
const (
English Locale = "en_US"
EnglishGB Locale = "en_GB"
Dutch Locale = "nl_NL"
DutchBelgium Locale = "nl_BE"
French Locale = "fr_FR"
Expand Down
1 change: 1 addition & 0 deletions mollie/gift_cards.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const (
DecaudeuKaart GiftCardIssuer = "decadeaukaart"
DelokaleDecauKaart GiftCardIssuer = "delokalecadeaukaart"
Dinercadeau GiftCardIssuer = "dinercadeau"
Doenkadotickets GiftCardIssuer = "doenkadotickets"
Fashioncheque GiftCardIssuer = "fashioncheque"
Festivalcadeau GiftCardIssuer = "festivalcadeau"
Good4fun GiftCardIssuer = "good4fun"
Expand Down

0 comments on commit aa1bceb

Please sign in to comment.