Skip to content

Commit

Permalink
Fix dummy issue I left
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Grissinger committed Jun 6, 2016
1 parent e0f70f1 commit 527ade6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class controller extends Package
{
protected $pkgHandle = 'vivid_store';
protected $appVersionRequired = '5.7.5.7';
protected $pkgVersion = '3.1.3';
protected $pkgVersion = '3.1.4';
public function getPackageDescription()
{
return t("Add a Store to your Site");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public function submitPayment()
{

//nothing to do except return success
return array('error'=>true,'errorMessage'=>"Bad Stuff happened");
//return array('error'=>0, 'transactionReference'=>'');
return array('error'=>0, 'transactionReference'=>'');
}

public function getPaymentMinimum()
Expand Down

0 comments on commit 527ade6

Please sign in to comment.