Undefined variable: style
-
I’m getting the following warning on this file:
woo-payment-gateway/templates/applepay-button.php
Undefined variable: style
Lines 7-8, to be more exact:
<button class="apple-pay-button <?php echo $button ?>" style="<?php echo '-apple-pay-button-style: ' . $style . '; -apple-pay-button-type:' . apply_filters( 'wc_braintree_applepay_button_type', $type ) ?>"></button>
Any ideas on how can this be fixed?
Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Undefined variable: style’ is closed to new replies.