Skip to content

Commit d09d494

Browse files
committed
Update CHANGELOG for v1.2.0
1 parent 5edd93c commit d09d494

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `netipar/simplepay` will be documented in this file.
44

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.
16+
517
## v1.1.0 - 2026-04-28
618

719
### Changed

0 commit comments

Comments
 (0)