@@ -288,7 +288,7 @@ |
||
| 288 | 288 | foreach ( $payment_method->details as $detail ) { |
| 289 | 289 | if ( 'issuer' === $detail->key && 'select' === $detail->type ) { |
| 290 | 290 | foreach ( $detail->items as $item ) { |
| 291 | - $issuers[ $item->id ] = $item->name; |
|
| 291 | + $issuers[$item->id] = $item->name; |
|
| 292 | 292 | } |
| 293 | 293 | } |
| 294 | 294 | } |