Skip to content

Commit ba64f39

Browse files
authored
Merge pull request #535 from maxmind/greg/new-payment-processor
Add new payment processor
2 parents 762d644 + f4da7ef commit ba64f39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CHANGELOG
1515
* `Paysera`
1616
* `Payvision`
1717
* `Trustly`
18+
* `Windcave`
1819

1920
4.3.0 (2021-08-31)
2021
------------------

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export enum Processor {
166166
VirtualCardServices = 'virtual_card_services',
167167
Vme = 'vme',
168168
Vpos = 'vpos',
169+
Windcave = 'windcave',
169170
Wirecard = 'wirecard',
170171
Worldpay = 'worldpay',
171172
}

0 commit comments

Comments
 (0)