We should use the order number for payment description and not the order ID, as the number is what Commerce itself shows to users. However, this may break BC. See if we can do this.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | payment_commerce_2060873_4.patch | 1.08 KB | xano |
| #3 | payment_commerce_2060873_3.patch | 1.08 KB | xano |
Comments
Comment #1
dariogcode commentedOrder number isn't the order id? May be I don't know about revision or some like that but in my system I only see order id.
Comment #2
xanoThe ID is the internal entity ID. The number is different in that it is only set once the order becomes final.
Comment #3
xanoComment #4
xanoLet's get rid of the hash/pound before the order number as well. It was only done in one of the two cases anyway.
Comment #5
xano