@@ -173,7 +173,6 @@ discard block |
||
| 173 | 173 | * Updates the Stripe customer through the API. |
| 174 | 174 | * |
| 175 | 175 | * @param array $args Additional arguments for the request (optional). |
| 176 | - * @param bool $retry Number of retries on error (optional, defaults to 0). If greater than 0, then an exception will be thrown instead of further retries on error. |
|
| 177 | 176 | * |
| 178 | 177 | * @return string Customer ID |
| 179 | 178 | * |
@@ -326,7 +325,6 @@ discard block |
||
| 326 | 325 | /** |
| 327 | 326 | * Get a customers saved sources using their Stripe ID. |
| 328 | 327 | * |
| 329 | - * @param string $customer_id |
|
| 330 | 328 | * @return array |
| 331 | 329 | */ |
| 332 | 330 | public function get_sources() { |