Skip to content

Commit

Permalink
PATCH: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Jun 18, 2018
1 parent 1ac2d42 commit ddf323f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/model/GiftVoucherProductPage_ProductOrderItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class GiftVoucherProductPage_ProductOrderItem extends Product_OrderItem
'Description' => 'Varchar(40)'
);

/* standard SS method.
*
* @var array
*/
/* standard SS method.
*
* @var array
*/
private static $api_access = array(
'view' => array(
'CalculatedTotal',
Expand Down

0 comments on commit ddf323f

Please sign in to comment.