Action Reference: geodir_payment_checkout_free_publish_before

Summary

Called before publishing invoice when amount is not payable.

Parameters

$cart_id
(int) (required) Current payment invoice/cart id.

Default: None

Change Log

Since: 1.3.2

Used by

geodir_payment_actions.php: payment_handler() [Line: 503]

Source Code

				do_action( 'geodir_payment_checkout_free_publish_before', $cart_id );