@@ -17,7 +17,10 @@ |
||
17 | 17 | ?> |
18 | 18 | <tr> |
19 | 19 | <td><?php printf( __( '%s card ending in %s', 'woocommerce-gateway-stripe' ), $card->brand, $card->last4 ); ?> |
20 | - <?php if ( $is_default_card ) echo '<br />' . __( '(Default)', 'woocommerce-gateway-stripe' ); ?> |
|
20 | + <?php if ( $is_default_card ) { |
|
21 | + echo '<br />' . __( '(Default)', 'woocommerce-gateway-stripe' ); |
|
22 | +} |
|
23 | +?> |
|
21 | 24 | </td> |
22 | 25 | <td><?php printf( __( 'Expires %s/%s', 'woocommerce-gateway-stripe' ), $card->exp_month, $card->exp_year ); ?></td> |
23 | 26 | <td> |