Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sluc23
mjwshared
Commits
ac0490ba
Commit
ac0490ba
authored
Feb 09, 2021
by
mattwire
Committed by
mattwire
Apr 10, 2021
Browse files
IPN data can also be string
parent
b4c8f305
Changes
1
Hide whitespace changes
Inline
Side-by-side
CRM/Core/Payment/MJWIPNTrait.php
View file @
ac0490ba
...
...
@@ -64,7 +64,7 @@ trait CRM_Core_Payment_MJWIPNTrait {
/**
* The data provided by the IPN
*
* @var array|Object
* @var array|Object
|string
*/
protected
$data
;
...
...
@@ -197,7 +197,7 @@ trait CRM_Core_Payment_MJWIPNTrait {
}
/**
* @param array|Object $data
* @param array|Object
|string
$data
*/
public
function
setData
(
$data
)
{
$this
->
data
=
$data
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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