Remove unused variable from WC_Payment_Gateway_CC::form()
This commit is contained in:
parent
086628fba2
commit
1e78f6eb07
|
@ -52,7 +52,6 @@ class WC_Payment_Gateway_CC extends WC_Payment_Gateway {
|
||||||
public function form() {
|
public function form() {
|
||||||
wp_enqueue_script( 'wc-credit-card-form' );
|
wp_enqueue_script( 'wc-credit-card-form' );
|
||||||
|
|
||||||
$html = '';
|
|
||||||
$fields = array();
|
$fields = array();
|
||||||
|
|
||||||
$cvc_field = '<p class="form-row form-row-last">
|
$cvc_field = '<p class="form-row form-row-last">
|
||||||
|
|
Loading…
Reference in New Issue