projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d9241
)
CRM-18483: Paypal payments - Pending (Incomplete Transaction)
author
deb.monish
<monish.deb@webaccessglobal.com>
Fri, 29 Apr 2016 12:23:03 +0000
(17:53 +0530)
committer
deb.monish
<monish.deb@webaccessglobal.com>
Tue, 17 May 2016 05:27:06 +0000
(10:57 +0530)
extern/ipn.php
patch
|
blob
|
blame
|
history
diff --git
a/extern/ipn.php
b/extern/ipn.php
index 7b9324b1353d5ed9cf18094935aa2411c546ca85..9d65844e608db5033811b020cbdac877c34fbc62 100644
(file)
--- a/
extern/ipn.php
+++ b/
extern/ipn.php
@@
-52,9
+52,6
@@
else {
// @todo upgrade standard per Pro
}
try {
- //CRM-18245
- CRM_Utils_System::loadBootStrap();
-
$paypalIPN->main();
}
catch (CRM_Core_Exception $e) {