Skip to content

Commit

Permalink
Fix white-label "Pay" button
Browse files Browse the repository at this point in the history
  • Loading branch information
Plisio committed Aug 27, 2020
1 parent 8605305 commit a456c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions upload/catalog/controller/extension/payment/plisio.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public function callback()
}
$this->response->addHeader('HTTP/1.1 200 OK');
} else {
$this->log->write('Plisio response looks suspicious. Skip updating order');
$this->response->addHeader('HTTP/1.1 400 Bad Request');
}
}
Expand Down
2 changes: 1 addition & 1 deletion upload/system/library/plisio/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

define('PLISIO_OPENCART_EXTENSION_VERSION', '2.3.3');
define('PLISIO_OPENCART_EXTENSION_VERSION', '2.3.4');

0 comments on commit a456c68

Please sign in to comment.