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

mistake in use declaration for ConsolidateGuestOrders #1239

Closed
moldedjelly opened this issue Jan 29, 2020 · 1 comment
Closed

mistake in use declaration for ConsolidateGuestOrders #1239

moldedjelly opened this issue Jan 29, 2020 · 1 comment
Labels

Comments

@moldedjelly
Copy link

Description

Just a simple mistake in use declaration in:
/src/services/Customers.php
am thinking line 17 should be:
use craft\commerce\queue\jobs\ConsolidateGuestOrders;
it's currently:
use craft\commerce\queue\ConsolidateGuestOrders;
and causing an error when checking out.

Steps to reproduce

  1. Checkout with a offsite gateway

Additional info

  • Craft version: 3.4.0.2
  • PHP version:
  • Database driver & version:
  • Plugins & versions:
@nfourtythree
Copy link
Contributor

Hey @moldedjelly

Thanks for pointing this out. We have pushed up a fix and it will be included in the next release.

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

No branches or pull requests

2 participants