Skip to content

Commit

Permalink
Add new payment processors
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jul 1, 2020
1 parent 528483c commit a088988
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

1.8.0
------------------

* Add the following new values to the `Processor` enum:
* `Cashfree`
* `FirstAtlanticCommerce`
* `Komoju`
* `Paytm`
* `Razorpay`
* `Systempay`

1.7.0 (2020-06-16)
------------------

Expand Down
8 changes: 7 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export enum Processor {
Bpoint = 'bpoint',
Braintree = 'braintree',
Cardpay = 'cardpay',
Cashfree = 'cashfree',
Ccavenue = 'ccavenue',
Ccnow = 'ccnow',
Cetelem = 'cetelem',
Expand Down Expand Up @@ -63,6 +64,7 @@ export enum Processor {
Epx = 'epx',
Eway = 'eway',
Exact = 'exact',
FirstAtlanticCommerce = 'first_atlantic_commerce',
FirstData = 'first_data',
G2aPay = 'g2a_pay',
GlobalPayments = 'global_payments',
Expand All @@ -75,6 +77,7 @@ export enum Processor {
IntuitQuickbooksPayments = 'intuit_quickbooks_payments',
Iugu = 'iugu',
Klarna = 'klarna',
Komoju = 'komoju',
LemonWay = 'lemon_way',
MastercardPaymentGateway = 'mastercard_payment_gateway',
Mercadopago = 'mercadopago',
Expand Down Expand Up @@ -102,11 +105,12 @@ export enum Processor {
Payplus = 'payplus',
Paysafecard = 'paysafecard',
Paystation = 'paystation',
Paytm = 'paytm',
Paytrace = 'paytrace',
Paytrail = 'paytrail',
Payture = 'payture',
Payu = 'payu',
Payulatam = 'payulatam',
Payu = 'payu',
Payway = 'payway',
Payza = 'payza',
Pinpayments = 'pinpayments',
Expand All @@ -116,6 +120,7 @@ export enum Processor {
Qiwi = 'qiwi',
Quickpay = 'quickpay',
Raberil = 'raberil',
Razorpay = 'razorpay',
Rede = 'rede',
Redpagos = 'redpagos',
Rewardspay = 'rewardspay',
Expand All @@ -129,6 +134,7 @@ export enum Processor {
SpsDecidir = 'sps_decidir',
Stripe = 'stripe',
Synapsefi = 'synapsefi',
Systempay = 'systempay',
Telerecargas = 'telerecargas',
Towah = 'towah',
TransactPro = 'transact_pro',
Expand Down

0 comments on commit a088988

Please sign in to comment.