From gerberb at zenez.com Fri Jan 26 02:40:46 2024 From: gerberb at zenez.com (Boyd Lynn Gerber) Date: Thu, 25 Jan 2024 19:40:46 -0700 Subject: [ic] Version that also includes CCV in the encrpted email Message-ID: <71rq58q-7ps-032-o0q8-52o438rn53sq@mrarm.pbz> Hello, I thought in the emails from this list I read about including the CV along with all the other data in the encrypted email What version has this? What do I need to add to Interchange version 5.10.0 copyright 2002-2016 Interchange Development Group and others. Regards, -- Boyd Gerber 801 849-0213 ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 From gerberb at zenez.com Sun Jan 28 14:06:29 2024 From: gerberb at zenez.com (Boyd Lynn Gerber) Date: Sun, 28 Jan 2024 07:06:29 -0700 Subject: [ic] Interchange Security Code(CCV) to encryped emailfrom etc/report Message-ID: <923n51op-q8n6-sr32-609p-so8oq5p9595@mrarm.pbz> Hi Would anyone be able to assist me in getting the information into the email sent using etc/report. From the strap demo template. On pages/ord/finalize.html
[L]Payment Information[/L] [include include/checkout/payment_select] [include include/checkout/payment_info]
include include/checkout/payment_info
I want mv_credit_card_cvv2 in etc/reports etc/reports Payment Method: [value mv_payment] [if value mv_credit_card_info] Credit Card Info: ---------------- [value mv_credit_card_info] [/if][if value payment_method eq credit_card] Account Number: [value mv_credit_card_reference] Expiration: [value mv_credit_card_exp_month]/ [value mv_credit_card_exp_year] Security Code: [value mv_credit_card_cvv2] [/if] ... [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] But value mv_credit_card_cvv appears to be blank. Any ideas on how I may get into the report the Security Code (CCV, CVV, CVC), I see in the email after decryption Security Code: (All blank)... I really thought this would add the security code to the encrypted email Accont: CC_Number Expiration: MM/YYYY Security Code: [value mv_credit_card_cvv2] But nothing after the Security Code: Thanks, -- Boyd Gerber 801 849-0213 ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 From peter at pajamian.dhs.org Mon Jan 29 01:26:11 2024 From: peter at pajamian.dhs.org (Peter) Date: Mon, 29 Jan 2024 14:26:11 +1300 Subject: [ic] Interchange Security Code(CCV) to encryped emailfrom etc/report In-Reply-To: <923n51op-q8n6-sr32-609p-so8oq5p9595@mrarm.pbz> References: <923n51op-q8n6-sr32-609p-so8oq5p9595@mrarm.pbz> Message-ID: <497014d8-36af-4e16-9e11-e3edc26a46f0@pajamian.dhs.org> On 29/01/24 03:06, Boyd Lynn Gerber via interchange-users wrote: > Hi > > Would anyone be able to assist me in getting the information into the > email sent using etc/report.? From the strap demo template. > > I want mv_credit_card_cvv2 in etc/reports You need to set a catalog variable MV_CREDIT_CARD_INFO_TEMPLATE. The default is set to "{MV_CREDIT_CARD_TYPE}\t{MV_CREDIT_CARD_NUMBER}\t{MV_CREDIT_CARD_EXP_MONTH}/{MV_CREDIT_CARD_EXP_YEAR}\t". You need to add MV_CREDIT_CARD_CVV2 to the template, so you could put this in your catalog.cfg: Variable MV_CREDIT_CARD_INFO_TEMPLATE "{MV_CREDIT_CARD_TYPE}\t{MV_CREDIT_CARD_NUMBER}\t{MV_CREDIT_CARD_CVV2}\t{MV_CREDIT_CARD_EXP_MONTH}/{MV_CREDIT_CARD_EXP_YEAR}" ...or any other template that contains those values. Peter From gerberb at zenez.com Mon Jan 29 05:25:40 2024 From: gerberb at zenez.com (Boyd Lynn Gerber) Date: Sun, 28 Jan 2024 22:25:40 -0700 Subject: [ic] Resolved Re: Interchange Security Code(CCV) to encryped emailfrom etc/report In-Reply-To: <497014d8-36af-4e16-9e11-e3edc26a46f0@pajamian.dhs.org> References: <923n51op-q8n6-sr32-609p-so8oq5p9595@mrarm.pbz> <497014d8-36af-4e16-9e11-e3edc26a46f0@pajamian.dhs.org> Message-ID: <925qo051-o580-50p-50pp-6sq94qq4989@mrarm.pbz> On Monday 2024-01-29 14:26, Peter via interchange-users wrote: > On 29/01/24 03:06, Boyd Lynn Gerber via interchange-users wrote: >> Hi >> >> Would anyone be able to assist me in getting the information into the email >> sent using etc/report.? From the strap demo template. >> >> I want mv_credit_card_cvv2 in etc/reports > > You need to set a catalog variable MV_CREDIT_CARD_INFO_TEMPLATE. The default > is set to > "{MV_CREDIT_CARD_TYPE}\t{MV_CREDIT_CARD_NUMBER}\t{MV_CREDIT_CARD_EXP_MONTH}/{MV_CREDIT_CARD_EXP_YEAR}\t". > > You need to add MV_CREDIT_CARD_CVV2 to the template, so you could put this in > your catalog.cfg: > > Variable MV_CREDIT_CARD_INFO_TEMPLATE > "{MV_CREDIT_CARD_TYPE}\t{MV_CREDIT_CARD_NUMBER}\t{MV_CREDIT_CARD_CVV2}\t{MV_CREDIT_CARD_EXP_MONTH}/{MV_CREDIT_CARD_EXP_YEAR}" Thanks, -- Boyd Gerber 801 849-0213 ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 From margus at kriso.ee Mon Jan 29 14:32:04 2024 From: margus at kriso.ee (Margus Pau) Date: Mon, 29 Jan 2024 16:32:04 +0200 Subject: [ic] Problem with Tags In-Reply-To: <925qo051-o580-50p-50pp-6sq94qq4989@mrarm.pbz> References: <923n51op-q8n6-sr32-609p-so8oq5p9595@mrarm.pbz> <497014d8-36af-4e16-9e11-e3edc26a46f0@pajamian.dhs.org> <925qo051-o580-50p-50pp-6sq94qq4989@mrarm.pbz> Message-ID: <6ef394b9-3f86-466e-a2da-98f402747732@kriso.ee> Hello! Does anybody knows how to fix this issue that with new version of Perl 5.32 some if tags are not working correctly any more For example: [item-list] [if-item-field field1] ??? [item-field field1] [/if-item-field] [if-item-field field2] ??? [item-field field2] [/if-item-field] [/item-list] will end up? with mixed unmatched if tags tags like: [item-list] [if-item-field*3* field1] ??? [item-field field1] [/if-item-field*2*] [if-item-field*3* field2] ??? [item-field field2] [/if-item-field*1*] [/item-list] Thanks! Margus Pau www.kriso.ee -------------- next part -------------- An HTML attachment was scrubbed... URL: