@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | * @param AuthorizeNetCustomer $customerProfile |
| 52 | 52 | * @param string $validationMode |
| 53 | 53 | * |
| 54 | - * @return AuthorizeNetCIM_Response |
|
| 54 | + * @return AuthorizeNetARB_Response |
|
| 55 | 55 | */ |
| 56 | 56 | public function createCustomerProfile($customerProfile, $validationMode = "none") |
| 57 | 57 | { |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | * @param AuthorizeNetPaymentProfile $paymentProfile |
| 70 | 70 | * @param string $validationMode |
| 71 | 71 | * |
| 72 | - * @return AuthorizeNetCIM_Response |
|
| 72 | + * @return AuthorizeNetARB_Response |
|
| 73 | 73 | */ |
| 74 | 74 | public function createCustomerPaymentProfile($customerProfileId, $paymentProfile, $validationMode = "none") |
| 75 | 75 | { |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * @param int $customerProfileId |
| 88 | 88 | * @param AuthorizeNetAddress $shippingAddress |
| 89 | 89 | * |
| 90 | - * @return AuthorizeNetCIM_Response |
|
| 90 | + * @return AuthorizeNetARB_Response |
|
| 91 | 91 | */ |
| 92 | 92 | public function createCustomerShippingAddress($customerProfileId, $shippingAddress) |
| 93 | 93 | { |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | * @param AuthorizeNetTransaction $transaction |
| 106 | 106 | * @param string $extraOptionsString |
| 107 | 107 | * |
| 108 | - * @return AuthorizeNetCIM_Response |
|
| 108 | + * @return AuthorizeNetARB_Response |
|
| 109 | 109 | */ |
| 110 | 110 | public function createCustomerProfileTransaction($transactionType, $transaction, $extraOptionsString = "") |
| 111 | 111 | { |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | * |
| 123 | 123 | * @param int $customerProfileId |
| 124 | 124 | * |
| 125 | - * @return AuthorizeNetCIM_Response |
|
| 125 | + * @return AuthorizeNetARB_Response |
|
| 126 | 126 | */ |
| 127 | 127 | public function deleteCustomerProfile($customerProfileId) |
| 128 | 128 | { |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | * @param int $customerProfileId |
| 138 | 138 | * @param int $customerPaymentProfileId |
| 139 | 139 | * |
| 140 | - * @return AuthorizeNetCIM_Response |
|
| 140 | + * @return AuthorizeNetARB_Response |
|
| 141 | 141 | */ |
| 142 | 142 | public function deleteCustomerPaymentProfile($customerProfileId, $customerPaymentProfileId) |
| 143 | 143 | { |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | * @param int $customerProfileId |
| 154 | 154 | * @param int $customerAddressId |
| 155 | 155 | * |
| 156 | - * @return AuthorizeNetCIM_Response |
|
| 156 | + * @return AuthorizeNetARB_Response |
|
| 157 | 157 | */ |
| 158 | 158 | public function deleteCustomerShippingAddress($customerProfileId, $customerAddressId) |
| 159 | 159 | { |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | /** |
| 167 | 167 | * Get all customer profile ids. |
| 168 | 168 | * |
| 169 | - * @return AuthorizeNetCIM_Response |
|
| 169 | + * @return AuthorizeNetARB_Response |
|
| 170 | 170 | */ |
| 171 | 171 | public function getCustomerProfileIds() |
| 172 | 172 | { |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | * |
| 180 | 180 | * @param int $customerProfileId |
| 181 | 181 | * |
| 182 | - * @return AuthorizeNetCIM_Response |
|
| 182 | + * @return AuthorizeNetARB_Response |
|
| 183 | 183 | */ |
| 184 | 184 | public function getCustomerProfile($customerProfileId) |
| 185 | 185 | { |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | * @param int $customerProfileId |
| 195 | 195 | * @param int $customerPaymentProfileId |
| 196 | 196 | * |
| 197 | - * @return AuthorizeNetCIM_Response |
|
| 197 | + * @return AuthorizeNetARB_Response |
|
| 198 | 198 | */ |
| 199 | 199 | public function getCustomerPaymentProfile($customerProfileId, $customerPaymentProfileId) |
| 200 | 200 | { |
@@ -210,7 +210,7 @@ discard block |
||
| 210 | 210 | * @param int $customerProfileId |
| 211 | 211 | * @param int $customerAddressId |
| 212 | 212 | * |
| 213 | - * @return AuthorizeNetCIM_Response |
|
| 213 | + * @return AuthorizeNetARB_Response |
|
| 214 | 214 | */ |
| 215 | 215 | public function getCustomerShippingAddress($customerProfileId, $customerAddressId) |
| 216 | 216 | { |
@@ -226,7 +226,7 @@ discard block |
||
| 226 | 226 | * @param int $customerProfileId |
| 227 | 227 | * @param AuthorizeNetCustomer $customerProfile |
| 228 | 228 | * |
| 229 | - * @return AuthorizeNetCIM_Response |
|
| 229 | + * @return AuthorizeNetARB_Response |
|
| 230 | 230 | */ |
| 231 | 231 | public function updateCustomerProfile($customerProfileId, $customerProfile) |
| 232 | 232 | { |
@@ -245,7 +245,7 @@ discard block |
||
| 245 | 245 | * @param AuthorizeNetPaymentProfile $paymentProfile |
| 246 | 246 | * @param string $validationMode |
| 247 | 247 | * |
| 248 | - * @return AuthorizeNetCIM_Response |
|
| 248 | + * @return AuthorizeNetARB_Response |
|
| 249 | 249 | */ |
| 250 | 250 | public function updateCustomerPaymentProfile($customerProfileId, $customerPaymentProfileId, $paymentProfile, $validationMode = "none") |
| 251 | 251 | { |
@@ -265,7 +265,7 @@ discard block |
||
| 265 | 265 | * @param int $customerShippingAddressId |
| 266 | 266 | * @param AuthorizeNetAddress $shippingAddress |
| 267 | 267 | * |
| 268 | - * @return AuthorizeNetCIM_Response |
|
| 268 | + * @return AuthorizeNetARB_Response |
|
| 269 | 269 | */ |
| 270 | 270 | public function updateCustomerShippingAddress($customerProfileId, $customerShippingAddressId, $shippingAddress) |
| 271 | 271 | { |
@@ -284,7 +284,7 @@ discard block |
||
| 284 | 284 | * @param int $splitTenderId |
| 285 | 285 | * @param string $splitTenderStatus |
| 286 | 286 | * |
| 287 | - * @return AuthorizeNetCIM_Response |
|
| 287 | + * @return AuthorizeNetARB_Response |
|
| 288 | 288 | */ |
| 289 | 289 | public function updateSplitTenderGroup($splitTenderId, $splitTenderStatus) |
| 290 | 290 | { |
@@ -303,7 +303,7 @@ discard block |
||
| 303 | 303 | * @param int $cardCode |
| 304 | 304 | * @param string $validationMode |
| 305 | 305 | * |
| 306 | - * @return AuthorizeNetCIM_Response |
|
| 306 | + * @return AuthorizeNetARB_Response |
|
| 307 | 307 | */ |
| 308 | 308 | public function validateCustomerPaymentProfile($customerProfileId, $customerPaymentProfileId, $customerShippingAddressId, $cardCode, $validationMode = "testMode") |
| 309 | 309 | { |
@@ -320,9 +320,9 @@ discard block |
||
| 320 | 320 | * Get hosted profile page request token |
| 321 | 321 | * |
| 322 | 322 | * @param string $customerProfileId |
| 323 | - * @param mixed $settings |
|
| 323 | + * @param integer $settings |
|
| 324 | 324 | * |
| 325 | - * @return AuthorizeNetCIM_Response |
|
| 325 | + * @return AuthorizeNetARB_Response |
|
| 326 | 326 | */ |
| 327 | 327 | public function getHostedProfilePageRequest($customerProfileId, $settings=0) |
| 328 | 328 | { |