Skip to content

Commit

Permalink
Merge pull request #1334 from angelleye/PFW-442
Browse files Browse the repository at this point in the history
Tokenization option div ID issue: see video, PFW-442
  • Loading branch information
kcppdevelopers committed Jul 10, 2019
2 parents 918fe07 + 684901f commit f2ff50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ public function save_payment_method_checkbox() {
printf(
'<p class="form-row woocommerce-SavedPaymentMethods-saveNew">
<input id="wc-%1$s-new-payment-method" name="wc-%1$s-new-payment-method" type="checkbox" value="true" style="width:auto;" />
<label for="wc-%1$s-new-payment-method" style="display:inline;">%2$s</label>
<label style="display:inline;">%2$s</label>
</p>',
esc_attr( $this->id ),
apply_filters( 'cc_form_label_save_to_account', __( 'Save payment method to my account.', 'paypal-for-woocommerce' ), $this->id)
Expand Down

0 comments on commit f2ff50a

Please sign in to comment.