@@ -425,7 +425,7 @@ |
||
| 425 | 425 | |
| 426 | 426 | if ( 'issuer' === $detail->key && 'select' === $detail->type ) { |
| 427 | 427 | foreach ( $detail->items as $item ) { |
| 428 | - $issuers[ \strval( $item->id ) ] = \strval( $item->name ); |
|
| 428 | + $issuers[\strval( $item->id )] = \strval( $item->name ); |
|
| 429 | 429 | } |
| 430 | 430 | } |
| 431 | 431 | } |