Skip to content

Commit

Permalink
Removed application-specific comment and unnecessary "#quotes_and_pou…
Browse files Browse the repository at this point in the history
…nd_signs#"
  • Loading branch information
pmcelhaney committed Feb 25, 2009
1 parent 514706d commit 639b8f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PayFlowProTransaction.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
<cfset params.tender = "C">
<cfset params.amt = variables.amount>
<cfset params.expdate = formatExpirationDate()>
<cfset params.acct = "#variables.cardNumber#">
<cfset params.comment1 = "SBC#dateFormat(now(), 'mmddyy')#">
<cfset params.acct = variables.cardNumber>

<cfset variables.response = variables.gateway.chargeCard(params, variables.transactionID)>

Expand Down

0 comments on commit 639b8f5

Please sign in to comment.