[ic] Interchange Security Code(CCV) to encryped emailfrom etc/report

Boyd Lynn Gerber gerberb at zenez.com
Sun Jan 28 14:06:29 UTC 2024


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

<div class="well" style="padding-top:10px">
          <fieldset class="form-horizontal">
                 <legend><i class="glyphicon glyphglyphicon glyphicon-lock" 
style="margin-top:6px"></i> [L]Payment Information[/L]</legend>
                  [include include/checkout/payment_select]
                  [include include/checkout/payment_info]
         </fieldset>
</div>


include include/checkout/payment_info

          <div class="form-group">
                 <label for="cvv2" class="col-sm-3 control-label">[error 
std_label="[L]Security code[/L]" name=mv_credit_card_cvv2 required=1]</label>
                  <div class="col-sm-3 col-md-2">
                         <input class="form-control" type="text" 
name="mv_credit_card_cvv2" id="cvv2" maxlength="4" pattern="\d*" novalidate 
autocorrect="off">
                         <span class="help-block"><a href="#modalcvv" 
data-toggle="modal">where is it?</a></span>
                  </div>
          </div>


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 <gerberb at zenez.com> 801 849-0213
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047


More information about the interchange-users mailing list