Skip to content

Commit 9616fb7

Browse files
author
Paul McNally
committed
adds description column
1 parent ba94a0d commit 9616fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eCloud/Entities/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Product extends Entity
1616
public static $entityMap = [
1717
'availability_zone_id' => 'availabilityZoneId',
1818
'name' => 'name',
19+
'description' => 'description',
1920
'category' => 'category',
2021
'price' => 'price',
2122
'rate' => 'rate',

0 commit comments

Comments
 (0)