Skip to content

Commit eafe6c8

Browse files
authored
Merge pull request #18 from maxmind/horgh/payment-processors
Update payment processors
2 parents 8a21a94 + 957b214 commit eafe6c8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
0.2.0
5+
------------------
6+
7+
* Added the following new values to the `Processor` enum:
8+
* `Afterpay`
9+
* `Dotpay`
10+
* `Klarna`
11+
* `Paysafecard`
12+
413
0.1.2 (2019-06-18)
514
------------------
615

src/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export enum DeliverySpeed {
1919

2020
export enum Processor {
2121
Adyen = 'adyen',
22+
Afterpay = 'afterpay',
2223
Altapay = 'altapay',
2324
AmazonPayments = 'amazon_payments',
2425
AmericanExpressPaymentGateway = 'american_express_payment_gateway',
@@ -48,6 +49,7 @@ export enum Processor {
4849
Datacash = 'datacash',
4950
Dibs = 'dibs',
5051
DigitalRiver = 'digital_river',
52+
Dotpay = 'dotpay',
5153
Ebs = 'ebs',
5254
Ecomm365 = 'ecomm365',
5355
Elavon = 'elavon',
@@ -65,6 +67,7 @@ export enum Processor {
6567
Internetsecure = 'internetsecure',
6668
IntuitQuickbooksPayments = 'intuit_quickbooks_payments',
6769
Iugu = 'iugu',
70+
Klarna = 'klarna',
6871
LemonWay = 'lemon_way',
6972
MastercardPaymentGateway = 'mastercard_payment_gateway',
7073
Mercadopago = 'mercadopago',
@@ -89,6 +92,7 @@ export enum Processor {
8992
Payone = 'payone',
9093
Paypal = 'paypal',
9194
Payplus = 'payplus',
95+
Paysafecard = 'paysafecard',
9296
Paystation = 'paystation',
9397
Paytrace = 'paytrace',
9498
Paytrail = 'paytrail',

0 commit comments

Comments
 (0)