|
@@ -226,11 +226,11 @@ |
|
|
block discarded – undo |
|
226
|
226
|
|
|
227
|
227
|
if (!$this->woocommerceOrder->has_status($isValidStatus)) { // TO CONFIRM |
|
228
|
228
|
$logMessage = "WARNING checkMerchantOrderStatus." . |
|
229
|
|
- " Merchant order id:".$this->woocommerceOrder->get_id(). |
|
230
|
|
- " Merchant order status:".$this->woocommerceOrder->get_status(). |
|
231
|
|
- " Pagantis order id:".$this->pagantisOrder->getStatus(). |
|
232
|
|
- " Pagantis order status:".$this->pagantisOrder->getId(). |
|
233
|
|
- " Pagantis urlToken: ".$this->token; |
|
|
229
|
+ " Merchant order id:".$this->woocommerceOrder->get_id(). |
|
|
230
|
+ " Merchant order status:".$this->woocommerceOrder->get_status(). |
|
|
231
|
+ " Pagantis order id:".$this->pagantisOrder->getStatus(). |
|
|
232
|
+ " Pagantis order status:".$this->pagantisOrder->getId(). |
|
|
233
|
+ " Pagantis urlToken: ".$this->token; |
|
234
|
234
|
|
|
235
|
235
|
$this->insertLog(null, $logMessage); |
|
236
|
236
|
$this->woocommerceOrder->add_order_note($logMessage); |
Please login to merge, or discard this patch.