File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4130.1.2 (2019-06-18)
514------------------
615
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export enum DeliverySpeed {
1919
2020export 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' ,
You can’t perform that action at this time.
0 commit comments