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

Offline Payment referencing old cart->order relation #1139

Closed
glennjacobs opened this issue Jul 10, 2023 · 0 comments
Closed

Offline Payment referencing old cart->order relation #1139

glennjacobs opened this issue Jul 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@glennjacobs
Copy link
Contributor

glennjacobs commented Jul 10, 2023

See https://github.com/lunarphp/lunar/blob/0b54f4d269e15b60b4b4bd12ba9dfef86eb5d112/packages/core/src/PaymentTypes/OfflinePayment.php#L18C54-L18C54

Most likely needs changing to draftOrder().

Also need to ensure we have test coverage for this, as it should have been picked up.

@glennjacobs glennjacobs added the bug Something isn't working label Jul 10, 2023
glennjacobs added a commit that referenced this issue Aug 18, 2023
This update aims to fix the offline payment driver which was referencing
the old cart->order relation, which no longer exists. See #1139
alecritson pushed a commit that referenced this issue Aug 18, 2023
This update aims to fix the offline payment driver which was referencing
the old cart->order relation, which no longer exists. See #1139
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

1 participant