Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/pod.git

Adds missing provice to address

AuthorDave Jarvis <email>
Date2026-01-18 01:06:43 GMT-0800
Commit41603d8a34fc882f224cf393cca335187218d528
Parent18db5c0
Order.php
<?php } ?>
<?= $this->escape( $address[ 'city' ] ) ?>
- <?= $this->escape( $address[ 'state_code' ] ) ?>
+ <?= $this->escape( $address[ 'state' ] ) ?>
<?= $this->escape( $address[ 'postcode' ] ) ?><br>
<?= $this->escape( $address[ 'country_code' ] ) ?>
Delta1 line added, 1 line removed