LLMS_Order_Generator::get_gateway()

Retrieves the payment gateway instance for the order.


Return Return

(LLMS_Payment_Gateway|null)


Top ↑

Source Source

File: includes/class-llms-order-generator.php

	public function get_gateway() {
		return $this->gateway;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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