Could is be updated to use the paypal transaction ID as the nodename? Reason being, if there is a problem with an order at any point, it will be much easier to indetify a specific order along side others. At the moment, you'd have to go through all orders in a given day to try and locate the one you are after.
Make the nodename the transaction id
Hi Darren,
Could is be updated to use the paypal transaction ID as the nodename? Reason being, if there is a problem with an order at any point, it will be much easier to indetify a specific order along side others. At the moment, you'd have to go through all orders in a given day to try and locate the one you are after.
Cheers
Matt
Could be a problem as it's not guaranteed to be unique. The nodename + nodeId would probably be best then.
According to this post (http://paypaldev.org/yaf_postst2615_txnid--how-unique.aspx) the combination of transaction id and payment status should be unique, so maybe combine these for the nodename?
Matt
is working on a reply...