Skip to content

Commit 052b381

Browse files
committed
"Hypercharge Payment Plugin" "2.2.5" : "imporve the logging // 2016-02-01"
1 parent e4f21c9 commit 052b381

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Frontend/HyperchargePaymentWpf/Controllers/frontend/Hyperchargewpf.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ public function notifyAction() {
407407
exit();
408408
}
409409
$plugin->logAction("payment OK");
410+
$plugin->logAction(sprintf('payment status: %s', $paymentH->status));
410411

411412
// Find the transaction
412413
$transaction_id_field = "transactionId";
@@ -422,6 +423,7 @@ public function notifyAction() {
422423

423424
// Identify notification channel
424425
$transactionH = $notification->getTransaction();
426+
$plugin->logAction(sprintf('transaction type: %s', $transactionH->transaction_type));
425427

426428
$try = 1;
427429
//sometimes Hypercharge is faster than SW => we try more times to check the order

Frontend/HyperchargePaymentWpf/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
"support": "support@nfxmedia.de",
1111
"description": "<p><img src='data:image/png;base64,<%IMG%>' /></p><p style='font-size:12px; font-weight: bold;'>Hypercharge WebPaymentForm allows you to use a variety of payment methods, both online and off-line. Any sensitive information is safely aquired an processed on out platform</p>",
1212

13-
"currentVersion": "2.2.4",
13+
"currentVersion": "2.2.5",
1414

1515
"changelog": {
1616
"de": {
1717
},
1818
"en": {
19+
"2.2.5" : "imporve the logging // 2016-02-01",
1920
"2.2.4" : "create weekly emails about the cancelled orders // 2016-01-29",
2021
"2.2.3" : "check many times the order existence in notification // 2016-01-28",
2122
"2.2.2" : "some fixes for SW5.1 + remove the status email // 2015-11-09",

0 commit comments

Comments
 (0)