@@ -41,6 +41,9 @@ discard block |
||
| 41 | 41 | return $type; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param string $key |
|
| 46 | + */ |
|
| 44 | 47 | protected function getResponseField($key) |
| 45 | 48 | { |
| 46 | 49 | if (!$this->isSuccessful()) { |
@@ -50,6 +53,9 @@ discard block |
||
| 50 | 53 | return isset($lookup->$key) ? (string) $lookup->$key : null; |
| 51 | 54 | } |
| 52 | 55 | |
| 56 | + /** |
|
| 57 | + * @param null|string $yymm |
|
| 58 | + */ |
|
| 53 | 59 | protected function convertExpiryDate($yymm) |
| 54 | 60 | { |
| 55 | 61 | if (preg_match('/([0-9]{2})([0-9]{2})/', $yymm, $match)) { |