.stripe_checkout_app { height: 580px !important; }
';
echo $output;
}
public function hook_payment_footer() {
$gateway = isset( $_GET['payment_gateway'] ) ? $_GET['payment_gateway'] : '';
$output = '
';
echo $output;
}
}
new APPMAKER_WC_General_hooks();