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

Use Plaid link token instead of public key #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

noahott
Copy link

@noahott noahott commented Nov 5, 2020

No description provided.

@justinwhall
Copy link
Owner

Thanks @noahott! I'll take a peak on Monday. Much appreciated.

@@ -91,7 +91,7 @@ function deactivate_wp_stripe_plaid() {
*/
require WP_STRIPE_PLAID_PATH . 'includes/class-wp-stripe-plaid.php';
require WP_STRIPE_PLAID_PATH . 'admin/class-wp-stripe-plaid-settings-api.php';
require WP_STRIPE_PLAID_PATH . 'vendor/autoload.php';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Little confused here. We still need the Stripe SDK to call the Stripe API which is autoloader form the composer vendor directory.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had some trouble activating the plugin initially, and this seemed to solve it for me. Testing it again now I can no longer reproduce the error, so this change probably isn't needed.

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

Successfully merging this pull request may close these issues.

2 participants