Skip to content

Commit

Permalink
Merge pull request #457 from demeritcowboy/undecl
Browse files Browse the repository at this point in the history
[php8] undeclared class vars
  • Loading branch information
adixon authored Jun 11, 2024
2 parents 581872d + 17c5edf commit d806e56
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CRM/Iats/iATSServiceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,36 @@ class CRM_Iats_iATSServiceRequest {
const iATS_URL_DPMPROCESS = '/NetGate/IATSDPMProcess.aspx';
const iATS_USE_DPMPROCESS = FALSE;

/**
* @var string
*/
private $type;

/**
* @var string
*/
private $_wsdl_url;

/**
* @var array
*/
private $_tag_order;

/**
* @var array
*/
private $method;

/**
* @var array
*/
private $options;

/**
* @var string
*/
private $invoiceNum;

/**
*
*/
Expand Down

0 comments on commit d806e56

Please sign in to comment.