mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Initial pass at Plaid EU (#1555)
* Initial pass at Plaid EU * Add EU support to Plaid Items * Lint * Temp fix for rubocop isseus * Merge cleanup * Pass in region and get tests passing * Use absolute path for translation --------- Signed-off-by: Josh Pigford <josh@joshpigford.com>
This commit is contained in:
@@ -4,6 +4,7 @@ import { Controller } from "@hotwired/stimulus";
|
||||
export default class extends Controller {
|
||||
static values = {
|
||||
linkToken: String,
|
||||
region: { type: String, default: "us" }
|
||||
};
|
||||
|
||||
open() {
|
||||
@@ -31,6 +32,7 @@ export default class extends Controller {
|
||||
plaid_item: {
|
||||
public_token: public_token,
|
||||
metadata: metadata,
|
||||
region: this.regionValue
|
||||
},
|
||||
}),
|
||||
}).then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user