<CFSET txn_id = pop.txn_id>

<!--- <CFSET txn_id = pop.(the next field)  also include other fields that
you want ---->

<cfoutput>
  #txn_id#
</cfoutput>

You will get all fields only if  you have a succesful transaction, you will
not get transaction id if  its not...

Dave..


----- Original Message -----
From: Russel Madere <[EMAIL PROTECTED]>
To: CF Talk Mailing List <[EMAIL PROTECTED]>
Sent: Wednesday, April 19, 2000 2:24 AM
Subject: CyberCash Problem


> I'm having a problem submitting a CyberCash Transaction.  Using the
> CFX_CyberCash tag, Not all of the Proof Of Purchase query results are
> returned.
>
> I am using:
>
> <cfx_cybercash version="3.2"
>                ccps_host="http://cr.cybercash.com/cgi-bin/"
>                cybercash_id="test-mck"
>                merchant_key="key-test-mck"
>                mo_version="3.2.0.2"
>                mo_order_id="#getOrderID.OrderID#"
>                mo_price="USD #Form.DisplayedPrice#"
>                cpi_card_number="#CCNumber#"
>                cpi_card_exp="#CCExpMonth#/#CCExpYear#"
>                cpi_card_name="#CCName#"
>                cpi_card_address="#BillingAddress#"
>                cpi_card_city="#BillingCity#"
>                cpi_card_state="#BillingState#"
>                cpi_card_zip="#BillingZip#"
>                cpi_card_country="#BillingCountry#"
>                outputPOPquery="Test">
>
> Is there a problem?
>
> Russel Madere, Jr.
> Web Developer
> TurboSquid
>
> "Be good and you will be lonesome.
>  Be lonesome and you will be free.
>  Live a lie and you will live to regret it."
>                           Jimmy Buffett
>                           That's What Living Is To Me
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to