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

Magento2.1 Invoice ID does not increase #5522

Closed
Nerogee opened this issue Jul 7, 2016 · 4 comments
Closed

Magento2.1 Invoice ID does not increase #5522

Nerogee opened this issue Jul 7, 2016 · 4 comments
Assignees
Labels
bug report Component: Payment Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@Nerogee
Copy link

Nerogee commented Jul 7, 2016

Steps to reproduce

  1. Install Magento2.1 from composer.
  2. Add Configurable Product to the cart.
  3. using paypal express checkout

Expected result

  1. redirect to paypal login page

Actual result

  1. PayPal gateway has rejected request. Payment has already been made for this InvoiceID (Customer Tax Group not applied on order creation #10412: Duplicate invoice)
  2. 'INVNUM' => '000000001' (Paypal API request content)
  3. invoice ID is always 000000001 even I manually created order in admin
@joni-jones
Copy link
Contributor

Hi, @Nerogee, could you attach debug and exception log?

@Nerogee
Copy link
Author

Nerogee commented Aug 4, 2016

sorry @joni-jones , I already removed whole installation and those files are gone. I remembered at that time is when such error happened, there is no any exception. But from the debug.log I can clear see the invoice ID remain the same value.

@vkorotun vkorotun removed the CS label Aug 4, 2016
@Nerogee
Copy link
Author

Nerogee commented Aug 9, 2016

@joni-jones, I found payment will fail with message "cant place order" when items are set with custom option. Here is the message from system.log

main.CRITICAL: Exception message: Warning: Invalid argument supplied for foreach() in /var/www/public_html/www.mydomain.com/vendor/magento/module-catalog/Model/Product.php on line 1910

as I know there are issue with custom option, it's here #5573

@alena-marchenko alena-marchenko added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development and removed Progress: needs update labels Aug 26, 2016
@alena-marchenko
Copy link

Hi @Nerogee ,

MAGETWO-54412 internal ticket is creating regarding this issue.
Closing this issue as duplicate of #4580
Feel free to create new one if you experience other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Payment Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

5 participants