Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initializer config variable changed in 1.0.0.beta2 - needs to be documented #10

Closed
gentle-noah opened this issue Jan 24, 2017 · 1 comment

Comments

@gentle-noah
Copy link

This is a config for initialization that works with 1.0.0.beta2:

Argyle.configure do |config|
  config.key         = Rails.application.secrets.plaid_key         # Public key from Plaid
  config.secret      = Rails.application.secrets.plaid_secret  # Secret from Plaid
  config.client_id = Rails.application.secrets.plaid_client_id  # Client ID from Plaid
  config.product     = 'connect' # Product
end

The key is changing customer_id (which works with v0.2.0) to client_id.

@gentle-noah
Copy link
Author

Actually just saw the proper documentation change in the branch specific read me, would be great to link to that branch when talking about updating to the new version for Stripe ACH to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant