Skip to content

Commit

Permalink
0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolby committed May 4, 2017
1 parent 6b67e67 commit 8d8f5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/TriggerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public static function api_receipt_add($receipt_id,$info){
$headers->add('Content-Type', 'text/xml');

$data = [];
$data["RequestId"] = '111'.$receipt_id; // todo: remove prefix for receipt
$data["RequestId"] = $receipt_id; // todo: remove prefix for receipt
$data["Product"] = $product_arr;
$data["Photo"] = $photos;
//$data["TestStatus"] = 2;
Expand Down

0 comments on commit 8d8f5c2

Please sign in to comment.