Changeset 2750818
- Timestamp:
- 07/01/2022 02:10:20 PM (4 years ago)
- Location:
- tc-ecommerce
- Files:
-
- 2 edited
-
tags/1.3.0/templates/template-mobile-checkout.php (modified) (1 diff)
-
trunk/templates/template-mobile-checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tc-ecommerce/tags/1.3.0/templates/template-mobile-checkout.php
r2750777 r2750818 22 22 $$key = sanitize_text_field($value); 23 23 } 24 $products = $order_data[0]->products; 24 25 25 26 if(isset($payment_method) && $payment_method != ""){ -
tc-ecommerce/trunk/templates/template-mobile-checkout.php
r2750777 r2750818 22 22 $$key = sanitize_text_field($value); 23 23 } 24 $products = $order_data[0]->products; 24 25 25 26 if(isset($payment_method) && $payment_method != ""){
Note: See TracChangeset
for help on using the changeset viewer.