Action Reference: geodir_payment_checkout_free_publish_after

Summary

Called after 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: 552]

Source Code

				do_action( 'geodir_payment_checkout_free_publish_after', $cart_id );