- Issue created by @freezernick
- Merge request !123516836: Use order->UUID instead of order->id as refNo for transactions → (Open) created by freezernick
Since the refNo is order->id() when submitting to Datatrans, the mapping between Datatrans Transactions and Drupal Orders breaks, when multiple developers have different DB states / different order ids.
Have an environment and settle a payment for order 1.
Have a second environment and settle a payment for order 1.
Use the UUID of the order instead.
- [ ] Update the Notify Route Controller and the DatatransBase to use the UUID instead
/
- Use UUID of the Order as the "refNo" field for Datatrans internally
/
Active
2.2
Code