LLMS_Payment_Gateway::confirm_pending_order( obj $order )

Confirm a Payment Called by LLMS_Controller_Orders->confirm_pending_order() on confirm form submission Some validation is performed before passing to this function, as it’s not required gateways will likely doing further validations as are needed


Description Description

Not required if a confirmation isn’t required by the Gateway Stripe doesn’t require this whereas PayPal does


Parameters Parameters

$order

(Required) Instance LLMS_Order for the order being processed


Top ↑

Return Return

(void)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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