Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
civicrm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plugins
civicrm
Commits
7cc0bc4a
Verified
Commit
7cc0bc4a
authored
4 years ago
by
Kevin Cristiano
Browse files
Options
Downloads
Patches
Plain Diff
dev/core 1931 Prevent PayPal from double-encoding the IPN Notify URL
PR 18980 Christian Wach
parent
9bb78de1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
civicrm/CRM/Core/Payment/PayPalImpl.php
+2
-0
2 additions, 0 deletions
civicrm/CRM/Core/Payment/PayPalImpl.php
with
2 additions
and
0 deletions
civicrm/CRM/Core/Payment/PayPalImpl.php
+
2
−
0
View file @
7cc0bc4a
...
...
@@ -969,6 +969,8 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
// Allow further manipulation of the arguments via custom hooks ..
CRM_Utils_Hook
::
alterPaymentProcessorParams
(
$this
,
$params
,
$paypalParams
);
$paypalParams
[
'notify_url'
]
=
str_replace
(
'%2F'
,
'/'
,
$paypalParams
[
'notify_url'
]
);
$uri
=
''
;
foreach
(
$paypalParams
as
$key
=>
$value
)
{
if
(
$value
===
NULL
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment