Skip to content

Commit 408773a

Browse files
committed
remove duplicated methods from extended AIMAbstractRequest
1 parent c3efc21 commit 408773a

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

src/Message/CIMAbstractRequest.php

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -72,44 +72,6 @@ public function getCustomerPaymentProfileId()
7272
return $this->getParameter('customerPaymentProfileId');
7373
}
7474

75-
/**
76-
* @link http://developer.authorize.net/api/reference/features/acceptjs.html Documentation on opaque data
77-
* @return string
78-
*/
79-
public function getOpaqueDataDescriptor()
80-
{
81-
return $this->getParameter('opaqueDataDescriptor');
82-
}
83-
84-
/**
85-
* @link http://developer.authorize.net/api/reference/features/acceptjs.html Documentation on opaque data
86-
* @return string
87-
*/
88-
public function getOpaqueDataValue()
89-
{
90-
return $this->getParameter('opaqueDataValue');
91-
}
92-
93-
/**
94-
* @link http://developer.authorize.net/api/reference/features/acceptjs.html Documentation on opaque data
95-
* @param string
96-
* @return string
97-
*/
98-
public function setOpaqueDataDescriptor($value)
99-
{
100-
return $this->setParameter('opaqueDataDescriptor', $value);
101-
}
102-
103-
/**
104-
* @link http://developer.authorize.net/api/reference/features/acceptjs.html Documentation on opaque data
105-
* @param string
106-
* @return string
107-
*/
108-
public function setOpaqueDataValue($value)
109-
{
110-
return $this->setParameter('opaqueDataValue', $value);
111-
}
112-
11375
/**
11476
* Flag to force update consumer payment profile if duplicate is found
11577
*

0 commit comments

Comments
 (0)