shoppingflux / shoppingfluxexport

7 stars 7 forks source link

Orders not created when same first name or last name already used for another order #364

Closed ghost closed 6 years ago

ghost commented 6 years ago

Expected behaviour

A system is in place since #278 to recover orders partially created. This system should not impact new orders that do not need recovery.

Actual behaviour

Orders that have a first name or a last name similar to another oder partially created will get replaced.

Steps to reproduce the behaviour

Arrange to have a partially created order. Create a new order using the same first name or last name, the MerchantIdOrder will be the ID of the other order instead of creating a new order.