|
@@ -192,10 +192,10 @@ |
|
|
block discarded – undo |
|
192
|
192
|
|
|
193
|
193
|
if (!$this->woocommerceOrder->has_status($isValidStatus)) { // TO CONFIRM
|
|
194
|
194
|
$logMessage = "WARNING checkMerchantOrderStatus." .
|
|
195
|
|
- " Merchant order id:".$this->woocommerceOrder->get_id().
|
|
196
|
|
- " Merchant order status:".$this->woocommerceOrder->get_status().
|
|
197
|
|
- " Pagantis order id:".$this->pagantisOrder->getStatus().
|
|
198
|
|
- " Pagantis order status:".$this->pagantisOrder->getId();
|
|
|
195
|
+ " Merchant order id:".$this->woocommerceOrder->get_id().
|
|
|
196
|
+ " Merchant order status:".$this->woocommerceOrder->get_status().
|
|
|
197
|
+ " Pagantis order id:".$this->pagantisOrder->getStatus().
|
|
|
198
|
+ " Pagantis order status:".$this->pagantisOrder->getId();
|
|
199
|
199
|
|
|
200
|
200
|
$this->insertLog(null, $logMessage);
|
|
201
|
201
|
$this->woocommerceOrder->add_order_note($logMessage);
|
Please login to merge, or discard this patch.