Hi @dalmoon
It looks like, based on the screenshots you shared, that the information is identical between the 2 orders. That means the second order was created as a copy of the first order.
That would not be caused by the PayPal plugin as it doesn’t ever create order objects.
Kind Regards
Hello @mrclayton,
What do you mean by identical information ? Because except the day & the buyer, all other informations are different (different order id, different products, different final price)
It’s 2 differents order made by the same customer (I made the order with her, it was during an exibition)
BR,
Dalmoon
Hi @dalmoon
What do you mean by identical information ?
If you look at the order notes for those 2 orders, the same PayPal order ID and capture ID is shown.
Kind Regards
Yes that the issue !
Your plugin used the same PayPal order ID.
Based on Paypal log, I have only one Capture (the first Post request), Why I don’t have the second Capture (secondPost request) ?
Your second request (the first GET query) have an issue too because for the second order he should validate the amount or ensure that a new capture would be created no ?
BR,
Dalmoon
Hi @dalmoon
Your plugin used the same PayPal order ID.
The PayPal plugin did not use the same order ID. Each time a payment for an order is processed, the PayPal Order ID and the Capture ID are saved to the WooCommerce order object.
The only way that the PayPal order ID and capture ID could be associated with multiple orders is if that order was created as a copy of the original. That is not functionality within the PayPal plugin.
Kind Regards
The only way that the PayPal order ID and capture ID could be associated with multiple orders is if that order was created as a copy of the original. That is not functionality within the PayPal plugin.
How it’s possible in my case, the customer made 2 differente orders with me. So it’s not possible that is a copy of the original.
BR,
Dalmoon
-
This reply was modified 1 year, 5 months ago by
dalmoon.
Hi @dalmoon
The PayPal plugin does not create order objects, that is managed by WooCommerce. I have seen in the past where merchants have had issues with order creation logic due to plugin conflicts.
How it’s possible in my case, the customer made 2 differente orders with me.
Since I don’t know how your site is setup I can’t say for sure, but what I can confirm is that the PayPal plugin wouldn’t cause that behavior.
What I recommend is enabling sandbox mode if possible and performing several test payments to see if you can replicate that behavior.
Kind Regards