Skip to content

Commit

Permalink
Merge pull request #9 from spira/feature/voucherify
Browse files Browse the repository at this point in the history
Adding VoucherifySKU__c to default columns retrieved
  • Loading branch information
Jeremy Sik committed Nov 23, 2016
2 parents d633851 + b9c6f51 commit 7fccdb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DataObjects/ProductRatePlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public static function getDefaultColumns()
'CreatedDate',
'UpdatedById',
'UpdatedDate',
'PortalTitle__c'
'PortalTitle__c',
'VoucherifySKU__c'
];
}

Expand Down

0 comments on commit 7fccdb1

Please sign in to comment.