Skip to content

Commit

Permalink
Merge pull request #1173 from angelleye/PFW-190
Browse files Browse the repository at this point in the history
Braintree - Merchant Account ID Settings CSS Adjustment, PFW-190
  • Loading branch information
Andrew Angell committed Jul 16, 2018
2 parents 51b900f + 979e3b8 commit 1ef4b82
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 1ef4b82

Please sign in to comment.