Fix error 500 when cancelling and ordering broadband
This commit is contained in:
@@ -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',
|
||||
|
@@ -12,7 +12,7 @@ final class Voip extends Type implements ProductItem
|
||||
{
|
||||
protected $table = 'product_voip';
|
||||
|
||||
protected $order_attributes = [
|
||||
protected array $order_attributes = [
|
||||
'options.phonenumber'=>[
|
||||
'request'=>'options.phonenumber',
|
||||
'key'=>'service_number',
|
||||
|
Reference in New Issue
Block a user