commit
41b4812c50
1 changed files with 2 additions and 2 deletions
|
|
@ -585,8 +585,8 @@ trait GenerateMigrationResources
|
|||
'terms' => $credit->terms ?: '',
|
||||
'tax_name1' => $credit->tax_name1,
|
||||
'tax_name2' => $credit->tax_name2,
|
||||
'tax_rate1' => $credit->tax_rate1,
|
||||
'tax_rate2' => $credit->tax_rate2,
|
||||
'tax_rate1' => $credit->tax_rate1 ?: 0,
|
||||
'tax_rate2' => $credit->tax_rate2 ?: 0,
|
||||
'tax_name3' => '',
|
||||
'tax_rate3' => 0,
|
||||
'custom_value1' => $credit->custom_value1 ?: '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue