Skip to content

Commit

Permalink
CLA-19 – include Message for business errors too
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelLH committed Apr 5, 2022
1 parent 7b8671b commit 133dc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GiftAid.php
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ public function getResponseErrors()

$govTalkErrors['business'][] = [
'number' => (string) $gaError->Number,
'message' => (string) $gaError->Message,
'text' => (string) $gaError->Text,
'location' => (string) $gaError->Location,
'donation_id' => $donationId,
Expand Down

0 comments on commit 133dc40

Please sign in to comment.