Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
mjwshared
Commits
b6ce111c
Commit
b6ce111c
authored
Mar 18, 2021
by
JonGold
Committed by
mattwire
Mar 25, 2021
Browse files
always pass payment_processor_id to Mjwshared.create_payment
parent
7d10c1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CRM/Core/Payment/MJWIPNTrait.php
View file @
b6ce111c
...
...
@@ -264,6 +264,7 @@ trait CRM_Core_Payment_MJWIPNTrait {
}
}
$paymentParams
[
'contribution_id'
]
=
$contribution
[
'id'
];
$paymentParams
[
'payment_processor_id'
]
=
$this
->
_paymentProcessor
->
getID
();
$paymentParams
[
'is_send_contribution_notification'
]
=
$this
->
getSendEmailReceipt
();
$paymentParams
[
'skipCleanMoney'
]
=
TRUE
;
civicrm_api3
(
'Mjwpayment'
,
'create_payment'
,
$paymentParams
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment