Skip to content

Commit

Permalink
Update support for 2024/2025 FPS/EPS submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfrancis committed May 13, 2024
1 parent ca67427 commit 054356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmrc-rti-fps.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function request_body_get_xml() {
$namespace = 'http://www.govtalk.gov.uk/taxation/PAYE/RTI/FullPaymentSubmission/22-23/1';
} else if ($this->details['year'] == 2023) {
$namespace = 'http://www.govtalk.gov.uk/taxation/PAYE/RTI/FullPaymentSubmission/23-24/2';
} else if ($this->details['year'] == 2023) {
} else if ($this->details['year'] == 2024) {
$namespace = 'http://www.govtalk.gov.uk/taxation/PAYE/RTI/FullPaymentSubmission/24-25/1';
} else {
exit_with_error('Namespace is unknown for year ' . $this->details['year']);
Expand Down

0 comments on commit 054356c

Please sign in to comment.