WC_Payment_Gateway::set_current()
Set as current gateway.
Contents
Description Description
Set this as the current gateway.
Source Source
File: includes/abstracts/abstract-wc-payment-gateway.php
public function set_current() { $this->chosen = true; }