- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
if section == 0 {
return "Item(s) in your cart"
} else if section == 1 {
return String("Total tax")
} else if section == 2{
return String("Shipped to")
} else if section == 3 {
return String("Please select a payment method")
}
return nil