Matt Van Horn
|
544f62dbc5
|
feat(payments): add order number to webhook payload
Include the order number in the webhook payload so consumers can
identify which order a payment notification belongs to.
Fixes #13858
|
2026-03-18 00:12:23 -07:00 |
|
Maikel Linke
|
dcb6f4676d
|
Remove all unnecessary spec_helper require statements
The `.rspec` file is doing this for us.
|
2026-01-21 12:35:34 +11:00 |
|
Gaetan Craig-Riou
|
584b976dff
|
Per review, small code improvment
|
2025-12-10 10:28:12 +11:00 |
|
Gaetan Craig-Riou
|
d7505bcef4
|
Add Payments::WebhookPayload to manage payload data
It includes test data so any change in the payload should not affect
the test webhook enpoint functionality
|
2025-12-10 10:28:12 +11:00 |
|