LLMS_Payment_Gateway::is_external_payment_entry()

Whether the payment details are entered on an external payment page, or entered inline with the checkout form.


Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.php

	public function is_external_payment_entry() {
		return false;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
9.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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