← All changes
|
app/src/Controllers/Admin/Subscriptions/Scripts/ShowScriptsController.php
+1
-1
1.0.3
→
3.4.1
View file →
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | * What types of data to add the the page. |
| 13 | 13 | * |
| 14 | 14 | * @var array |
| 15 | 15 | */ |
| 16 | - protected $with_data = [ 'currency', 'supported_currencies' ]; | |
| 16 | + protected $with_data = [ 'currency', 'tax_protocol', 'supported_currencies' ]; | |
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | 19 | * Script handle. |
| 20 | 20 | * |