Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
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
Development
CiviCRM Core
Commits
c16f4e28
Unverified
Commit
c16f4e28
authored
2 years ago
by
totten
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #25775 from eileenmcnaughton/payapl
#4158
Fix for recurring double ups
parents
04482289
7a7c8e2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Core/Payment/PayPalImpl.php
+1
-2
1 addition, 2 deletions
CRM/Core/Payment/PayPalImpl.php
with
1 addition
and
2 deletions
CRM/Core/Payment/PayPalImpl.php
+
1
−
2
View file @
c16f4e28
...
...
@@ -544,7 +544,7 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
public
function
doPaymentPayPalButton
(
&
$params
)
{
$args
=
[];
$result
=
$this
->
setStatusPaymentPending
(
[]
)
;
$result
=
[];
$this
->
initialize
(
$args
,
'DoDirectPayment'
);
...
...
@@ -606,7 +606,6 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment {
}
/* Success */
$result
=
$this
->
setStatusPaymentCompleted
(
$result
);
$doQueryParams
=
[
'gross_amount'
=>
$apiResult
[
'amt'
]
??
NULL
,
'trxn_id'
=>
$apiResult
[
'transactionid'
]
??
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