[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] RE: Real-Time Credit Card Transactions And Storing Credit Card Data
Sorry for the slow response.
In etc/report
[if value mv_credit_card_info]
[tag op=mime
interpolate=1
type=application/pgp-encrypted
description="CreditCard_[value mv_order_number]"]
[value mv_credit_card_info]
[/tag]
[/if]
In etc/log_transaction
[if value mv_credit_card_info]
[data
table=transactions
col=ccn
key="[value mv_order_number]"
value="[value mv_credit_card_info]"
]
In admin/order_view.html
<a href="../admin/do_view?mv_arg=[loop-data transactions
ccn]">[loop-data transactions ccn]</a>
You also have to set up pgp, I believe that's done in variable.txt, once
you have pgp running on your system.
Aaron
-----Original Message-----
From: interchange-users-admin@icdevgroup.org
[mailto:interchange-users-admin@icdevgroup.org] On Behalf Of Matthew
Villa
Sent: Tuesday, October 08, 2002 11:37 AM
To: interchange-users@icdevgroup.org
Subject: RE: [ic] Real-Time Credit Card Transactions And Storing Credit
Card Data
> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
[mailto:interchange-users-
> admin@icdevgroup.org] On Behalf Of Aaron Rubin
> I have PGP write the data to a file and save the file location in the
> CCN field. Then you create a link on the order page to a page that
takes
> that location as an argument and spits out the file for you.
Aaron,
Can you give me an example on how you access the credit card variables
and how you encrypted the data? Thanks
Matthew
_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users