We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3f20c commit 87d07aeCopy full SHA for 87d07ae
src/Message/CIMCreateCardRequest.php
@@ -14,7 +14,7 @@ class CIMCreateCardRequest extends CIMAbstractRequest
14
public function getData()
15
{
16
17
- $this->validateCard($data);
+ $this->validateCard();
18
$data = $this->getBaseData();
19
$this->addProfileData($data);
20
$this->addTransactionSettings($data);
@@ -27,7 +27,7 @@ public function getData()
27
*
28
* @param \SimpleXMLElement $data
29
*/
30
- protected function validateCard(\SimpleXMLElement $data)
+ protected function validateCard()
31
32
33
if ($this->getOpaqueDataDescriptor() && $this->getOpaqueDataValue()) {
0 commit comments