LLMS_Order_Generator::get_gateway()
Retrieves the payment gateway instance for the order.
Contents
Return Return
(LLMS_Payment_Gateway|null)
Source Source
File: includes/class-llms-order-generator.php
public function get_gateway() { return $this->gateway; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |