WC_Payment_Token::set_token( string $token )

Set the raw payment token.


Description Description


Parameters Parameters

$token

(Required) Payment token.


Top ↑

Source Source

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

	public function set_token( $token ) {
		$this->set_prop( 'token', $token );
	}

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.