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

Address line 2 not saved #178

Closed
bleepsandblops opened this issue Mar 9, 2021 · 1 comment
Closed

Address line 2 not saved #178

bleepsandblops opened this issue Mar 9, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bleepsandblops
Copy link

Description

Hello,

It looks like you're not saving the second line of an address either for billing or shipping, even though Stripe records it:

"line1" => $postData['line1'] ?? '',

"line1" => $postData['line1'] ?? '',

In terms of fixing this for past orders, the only thing I can think of is to loop through the orders, connect to the Stripe API, retrieve the missing line and update...

Steps to reproduce

Additional info

  • Craft version:
  • PHP version:
  • Database driver & version:
  • Plugin version:
  • Is SCA and Stripe Checkout enabled?:
@andrelopez andrelopez self-assigned this Mar 20, 2021
@andrelopez andrelopez added the bug Something isn't working label Mar 20, 2021
andrelopez added a commit that referenced this issue Dec 21, 2021
@andrelopez
Copy link
Member

Hi @bleepsandblops we added support to this feature on Stripe Payments 3.3.10

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