Skip to content

Commit c1d5672

Browse files
committed
Update support for 2023/2024 FPS/EPS submissions
1 parent 52b5c3a commit c1d5672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hmrc-rti-fps.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function request_body_get_xml() {
6767
} else if ($this->details['year'] == 2022) {
6868
$namespace = 'http://www.govtalk.gov.uk/taxation/PAYE/RTI/FullPaymentSubmission/22-23/1';
6969
} else if ($this->details['year'] == 2023) {
70-
$namespace = 'http://www.govtalk.gov.uk/taxation/PAYE/RTI/FullPaymentSubmission/23-24/1';
70+
$namespace = 'http://www.govtalk.gov.uk/taxation/PAYE/RTI/FullPaymentSubmission/23-24/2';
7171
} else {
7272
exit_with_error('Namespace is unknown for year ' . $this->details['year']);
7373
}

0 commit comments

Comments
 (0)