WC_Payment_Gateway::add_payment_method()

Add payment method via account screen. This should be extended by gateway plugins.


Description Description


Return Return

(array)


Top ↑

Source Source

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

	public function add_payment_method() {
		return array(
			'result'   => 'failure',
			'redirect' => wc_get_endpoint_url( 'payment-methods' ),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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