#* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. *# #parse ("view/velocity/IncludeTop.vm")
<< Main Menu

Please confirm the information below and then press continue...

Order
$fmt.formatDate($order.orderDate, 'yyyy/MM/dd hh:mm:ss')
Payment Details
Card Type: $order.cardType
Card Number:$order.creditCard * Fake number!
Expiry Date (MM/YYYY):$order.expiryDate
Billing Address
First name:$order.billToFirstName
Last name:$order.billToLastName
Address 1:$order.billAddress1
Address 2:$order.billAddress2
City: $order.billCity
State:$order.billState
Zip:$order.billZip
Country: $order.billCountry
Shipping Address
First name:$order.shipToFirstName
Last name:$order.shipToLastName
Address 1:$order.shipAddress1
Address 2:$order.shipAddress2
City: $order.shipCity
State:$order.shipState
Zip:$order.shipZip
Country: $order.shipCountry

#parse ("view/velocity/IncludeBottom.vm")