File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -72,44 +72,6 @@ public function getCustomerPaymentProfileId()
72
72
return $ this ->getParameter ('customerPaymentProfileId ' );
73
73
}
74
74
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
-
113
75
/**
114
76
* Flag to force update consumer payment profile if duplicate is found
115
77
*
You can’t perform that action at this time.
0 commit comments