|
|
@ -778,7 +778,7 @@ function fulcrm_shoppingcart_checkout_failure( $transaction_id, $hmac ) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
foreach ( $hook_results as $hook_result )
|
|
|
|
foreach ( $hook_results as $hook_result )
|
|
|
|
return $hook_result;
|
|
|
|
return $hook_result;
|
|
|
|
return theme( 'fulcrm_shoppingcart_transaction_complete', array( 'transaction' => $transaction_data[ 'data' ] ) );
|
|
|
|
return theme( 'fulcrm_shoppingcart_transaction_incomplete', array( 'transaction' => $transaction_data[ 'data' ] ) );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|