X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment%2FGoogleIPN.php;h=dffaba07eab57302351f81ea70802ff28e845e44;hb=dc6ff5eed60fd94a0e3343ce39a1e1441d1ca5ce;hp=05805c6791269d2b9212b0aff29d33d597bfe27b;hpb=bb2a13239be55c916c3eaf2aee9519fd9b1e2823;p=civicrm-core.git diff --git a/CRM/Core/Payment/GoogleIPN.php b/CRM/Core/Payment/GoogleIPN.php index 05805c6791..dffaba07ea 100644 --- a/CRM/Core/Payment/GoogleIPN.php +++ b/CRM/Core/Payment/GoogleIPN.php @@ -516,6 +516,8 @@ WHERE contribution_recur_id = {$ids['contributionRecur']} /** * This method is handles the response that will be invoked (from extern/googleNotify) every time * a notification or request is sent by the Google Server. + * + * @param string $xml_response */ public static function main($xml_response) { require_once 'Google/library/googleresponse.php';