Function Reference: geodir_payment_form_googlechkout

Summary

This function has not been documented yet.

Source File

geodir_payment_form_googlechkout() is located in geodir_payment_manager/geodir_payment_actions.php [Line: 428]

Source Code

function geodir_payment_form_googlechkout($invoice_id)
{
	$invoice_info = geodir_get_invoice($invoice_id); 
							
	$payable_amount = $invoice_info->paied_amount;
	$last_postid = $invoice_info->post_id;
	$post_title = $invoice_info->post_title;
	$currency_code = geodir_get_currency_type();
	$paymentOpts = get_payment_options( $invoice_info->paymentmethod);
	$merchantid = $paymentOpts['merchantid'];
	$merchantkey = $paymentOpts['merchantsecret'];
	
	
require_once  (GEODIR_PAYMENT_MANAGER_PATH.'/googlewallet/generate_token.php');
	?>