From cb682eb98c425aec47cde5e5475419797977ae63 Mon Sep 17 00:00:00 2001 From: David Kalianko Date: Mon, 25 Nov 2024 10:49:54 +0100 Subject: [PATCH] Extend BatchSendingStats with correction --- src/Resource/BatchSendingStats.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Resource/BatchSendingStats.php b/src/Resource/BatchSendingStats.php index 3e06280..4c00f8b 100644 --- a/src/Resource/BatchSendingStats.php +++ b/src/Resource/BatchSendingStats.php @@ -26,6 +26,8 @@ class BatchSendingStats extends BaseResource public int $cancelled; + public int $correction; + public int $disapproved; public int $deliveryFailed;