@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | * Set the customer ID. |
88 | 88 | * |
89 | 89 | * @param integer $customerId The customer ID. |
90 | - * @return RequestData |
|
90 | + * @return integer |
|
91 | 91 | */ |
92 | 92 | public function setCustomerId($customerId) |
93 | 93 | { |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | /** |
121 | 121 | * Get the external customer ID. |
122 | 122 | * |
123 | - * @return string |
|
123 | + * @return integer |
|
124 | 124 | */ |
125 | 125 | public function getExternalCustomerId() |
126 | 126 | { |