Skip to content

Commit

Permalink
Add go cardless payment method for AUD and LE (#327)
Browse files Browse the repository at this point in the history
* Add go cardless for AUD and LE

* Update test

* Update version
  • Loading branch information
zediah authored Oct 10, 2023
1 parent 856c7b1 commit ed45137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxuryescapes/lib-regions",
"version": "5.1.4",
"version": "5.1.5",
"description": "Region information for Luxury Escapes",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const currencies: BrandCurrencies = {
"waave_bp",
"latitude_gem",
"velocity",
"gocardless",
],
},
CAD: {
Expand Down
1 change: 1 addition & 0 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ describe("getPaymentMethodsByCurrencyCode()", function() {
"waave_bp",
"latitude_gem",
"velocity",
"gocardless",
]);
});

Expand Down

0 comments on commit ed45137

Please sign in to comment.