Skip to content

Commit

Permalink
Braintree - Merchant Account ID Settings CSS Adjustment, PFW-190
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jul 13, 2018
1 parent e145856 commit 979e3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-braintree-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ public function angelleye_display_mid_ui() {
$button_text = sprintf(__('Add merchant account ID for %s', 'paypal-for-woocommerce'), $base_currency);
?>
<tr valign="top">
<th scope="row" class="titledesc">
<th scope="row" class="titledesc" style="width: 400px;">
<select id="wc_braintree_merchant_account_id_currency" class="wc-enhanced-select">
<?php foreach (get_woocommerce_currencies() as $code => $name) : ?>
<option <?php selected($code, $base_currency); ?> value="<?php echo esc_attr($code); ?>">
Expand Down

0 comments on commit 979e3b8

Please sign in to comment.