File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.2.0 (2019-09-24)
5+ -----------------
6+
7+ * Add the following new values to the ` Processor ` enum:
8+ * ` Affirm `
9+ * ` Interac `
10+
4111.0.0 (2019-08-22)
512-----------------
613
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+ Affirm = 'affirm' ,
2223 Afterpay = 'afterpay' ,
2324 Altapay = 'altapay' ,
2425 AmazonPayments = 'amazon_payments' ,
@@ -64,6 +65,7 @@ export enum Processor {
6465 Heartland = 'heartland' ,
6566 Hipay = 'hipay' ,
6667 Ingenico = 'ingenico' ,
68+ Interac = 'interac' ,
6769 Internetsecure = 'internetsecure' ,
6870 IntuitQuickbooksPayments = 'intuit_quickbooks_payments' ,
6971 Iugu = 'iugu' ,
You can’t perform that action at this time.
0 commit comments