Fix error 500 when cancelling and ordering broadband

This commit is contained in:
Deon George
2022-04-04 20:29:45 +10:00
parent 9659621ba0
commit ebf08ea414
4 changed files with 8 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ final class Broadband extends Type implements ProductItem
protected $table = 'product_broadband';
// Information required during the order process
private array $order_attributes = [
protected array $order_attributes = [
'options.address'=>[
'request'=>'options.address',
'key'=>'service_address',