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

"View Customer" link on admin order detail when in live mode is linking to test mode customer #261

Closed
wallacio opened this issue Mar 11, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@wallacio
Copy link

Description

When viewing details of an order in Live mode, the "View Customer" link is linking to a test mode URL:

Probably because of this:

<a href="https://dashboard.stripe.com/test/customers/{{ customerId }}">{{ "View Customer" }}</a>

stripe-view-customer

Steps to reproduce

  1. Create an order on a site with Stripe Live mode keys
  2. View the order
  3. Click the View Customer link

Additional info

  • Craft version: 3.7.36
  • PHP version: 7.4
  • Database driver & version: MariaDB 10.5
  • Plugin version: 3.4.1
  • Is SCA and Stripe Checkout enabled?: Yes
@andrelopez andrelopez self-assigned this Mar 17, 2022
@andrelopez andrelopez added the bug Something isn't working label Mar 17, 2022
andrelopez added a commit that referenced this issue Mar 24, 2022
@andrelopez
Copy link
Member

Hi @wallacio We just released Stripe Payments v3.4.2 with a fix to this issue. Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants