Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Jan 31, 2017
1 parent 5987f74 commit 2da9e9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/code/community/Pay/Payment/Helper/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ public function updateState($transactionId, $status, $paidAmount = null, $endUse
$payment->save();

} elseif ($status == Pay_Payment_Model_Transaction::STATE_CANCELED) {



/** @var $order Mage_Sales_Model_Order */
if ($order->getTotalDue() <= 0 ||
$transaction->getStatus() == Pay_Payment_Model_Transaction::STATE_SUCCESS ||
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Pay/Payment/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Pay_Payment>
<version>3.6.4</version>
<version>3.6.5</version>
</Pay_Payment>
</modules>

Expand Down

0 comments on commit 2da9e9a

Please sign in to comment.