You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to `netipar/simplepay` will be documented in this file.
4
4
5
+
## v1.2.0 - 2026-04-28
6
+
7
+
### Changed
8
+
-`IpnMessage::$currency` and `IpnMessage::$total` are now nullable to support SimplePay v2 IPN payloads which omit these fields.
9
+
-`SimplePayWebhookController` and `PaymentService::handleIpn()` now resolve the response signature secret key via the `merchant` field when `currency` is not present in the IPN body.
10
+
11
+
### Added
12
+
- Test coverage for SimplePay v2 IPN payloads without `currency` and `total` fields.
13
+
14
+
### Notes
15
+
- Consumers reading `$ipn->currency` or `$ipn->total` should now handle `null` values.
0 commit comments