WC_Payment_Token::set_gateway_id( string $gateway_id )

Set the gateway ID.


Description Description


Parameters Parameters

$gateway_id

(Required) Gateway ID.


Top ↑

Source Source

File: includes/abstracts/abstract-wc-payment-token.php

	public function set_gateway_id( $gateway_id ) {
		$this->set_prop( 'gateway_id', $gateway_id );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.