Skip to content

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfrancis committed Mar 2, 2019
1 parent d978b54 commit beedd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmrc-vat.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private function format_amount($decimals, $amount) {

public function response_details($response_object) {

$details = array(
return array(
'collection_date' => strval($response_object->Body->SuccessResponse->ResponseData->VATDeclarationResponse->Body->PaymentNotification->DirectDebitPaymentStatus->CollectionDate),
);

Expand Down

0 comments on commit beedd38

Please sign in to comment.