We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe18e6 commit de1d81dCopy full SHA for de1d81d
CRM/Core/Payment/PaymentExtended.php
@@ -180,7 +180,9 @@ protected function getNotifyUrl($allowLocalHost = FALSE) {
180
$url = CRM_Utils_System::url(
181
'civicrm/payment/ipn/' . $this->_paymentProcessor['id'],
182
array(),
183
- TRUE
+ TRUE,
184
+ NULL,
185
+ FALSE
186
);
187
}
188
else {
@@ -189,7 +191,9 @@ protected function getNotifyUrl($allowLocalHost = FALSE) {
189
191
array(
190
192
'processor_id' => $this->_paymentProcessor['id'],
193
),
194
195
196
197
198
199
return $allowLocalHost ? $url : ((stristr($url, '.')) ? $url : '');
0 commit comments