Skip to content

Commit

Permalink
Fix BOGOF promotion script error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBassMan committed Jan 5, 2016
1 parent 61d0207 commit 0579180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ if( DEBUGMODE ) {
// Your code goes here
//
support.UpdateBuySomeGetSomeFreeSingleProduct(
ticket, productid, promotion, promotion, " *" + promotion.getName(), 1d, 1d, WHOLE_PRODUCTS_ONLY );
ticket, productid, promotion, " *" + promotion.getName(), 1d, 1d, WHOLE_PRODUCTS_ONLY );
}

0 comments on commit 0579180

Please sign in to comment.