Passed
Pull Request — master (#45)
by pablo
02:53
created
controllers/notifyController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -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.
controllers/paymentController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -282,9 +282,9 @@
 block discarded – undo
282 282
                 if ($promotedProduct == 'true') {
283 283
                     $promotedAmount+=$product->getAmount();
284 284
                     $promotedMessage = 'Promoted Item: ' . $wcProduct->get_name() .
285
-                                       ' - Price: ' . $item->get_total() .
286
-                                       ' - Qty: ' . $product->getQuantity() .
287
-                                       ' - Item ID: ' . $item['id_product'];
285
+                                        ' - Price: ' . $item->get_total() .
286
+                                        ' - Qty: ' . $product->getQuantity() .
287
+                                        ' - Item ID: ' . $item['id_product'];
288 288
                     $promotedMessage = substr($promotedMessage, 0, 999);
289 289
                     $metadataOrder->addMetadata('promotedProduct', $promotedMessage);
290 290
                 }
Please login to merge, or discard this patch.
WC_Pagantis.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -33,28 +33,28 @@  discard block
 block discarded – undo
33 33
     const ORDERS_TABLE = 'posts';
34 34
 
35 35
     public $defaultConfigs = array(
36
-       'PAGANTIS_TITLE'=>'Pago en cuotas',
37
-       'PAGANTIS_SIMULATOR_DISPLAY_TYPE'=>'sdk.simulator.types.PRODUCT_PAGE',
38
-       'PAGANTIS_SIMULATOR_DISPLAY_TYPE_CHECKOUT'=>'sdk.simulator.types.CHECKOUT_PAGE',
39
-       'PAGANTIS_SIMULATOR_DISPLAY_SKIN'=>'sdk.simulator.skins.BLUE',
40
-       'PAGANTIS_SIMULATOR_DISPLAY_POSITION'=>'hookDisplayProductButtons',
41
-       'PAGANTIS_SIMULATOR_START_INSTALLMENTS'=>3,
42
-       'PAGANTIS_SIMULATOR_MAX_INSTALLMENTS'=>12,
43
-       'PAGANTIS_SIMULATOR_CSS_POSITION_SELECTOR'=>'default',
44
-       'PAGANTIS_SIMULATOR_DISPLAY_CSS_POSITION'=>'sdk.simulator.positions.INNER',
45
-       'PAGANTIS_SIMULATOR_CSS_PRICE_SELECTOR'=>'a:3:{i:0;s:48:"div.summary *:not(del)>.woocommerce-Price-amount";i:1;s:54:"div.entry-summary *:not(del)>.woocommerce-Price-amount";i:2;s:36:"*:not(del)>.woocommerce-Price-amount";}',
46
-       'PAGANTIS_SIMULATOR_CSS_QUANTITY_SELECTOR'=>'a:2:{i:0;s:22:"div.quantity input.qty";i:1;s:18:"div.quantity>input";}',
47
-       'PAGANTIS_FORM_DISPLAY_TYPE'=>0,
48
-       'PAGANTIS_DISPLAY_MIN_AMOUNT'=>1,
49
-       'PAGANTIS_DISPLAY_MAX_AMOUNT'=>0,
50
-       'PAGANTIS_URL_OK'=>'',
51
-       'PAGANTIS_URL_KO'=>'',
52
-       'PAGANTIS_ALLOWED_COUNTRIES' => 'a:3:{i:0;s:2:"es";i:1;s:2:"it";i:2;s:2:"fr";}',
53
-       'PAGANTIS_PROMOTION_EXTRA' => '<p>Finance this product <span class="pg-no-interest">without interest!</span></p>',
54
-       'PAGANTIS_SIMULATOR_THOUSANDS_SEPARATOR' => '.',
55
-       'PAGANTIS_SIMULATOR_DECIMAL_SEPARATOR' => ',',
56
-       'PAGANTIS_SIMULATOR_DISPLAY_SITUATION' => 'default',
57
-       'PAGANTIS_SIMULATOR_SELECTOR_VARIATION' => 'default'
36
+        'PAGANTIS_TITLE'=>'Pago en cuotas',
37
+        'PAGANTIS_SIMULATOR_DISPLAY_TYPE'=>'sdk.simulator.types.PRODUCT_PAGE',
38
+        'PAGANTIS_SIMULATOR_DISPLAY_TYPE_CHECKOUT'=>'sdk.simulator.types.CHECKOUT_PAGE',
39
+        'PAGANTIS_SIMULATOR_DISPLAY_SKIN'=>'sdk.simulator.skins.BLUE',
40
+        'PAGANTIS_SIMULATOR_DISPLAY_POSITION'=>'hookDisplayProductButtons',
41
+        'PAGANTIS_SIMULATOR_START_INSTALLMENTS'=>3,
42
+        'PAGANTIS_SIMULATOR_MAX_INSTALLMENTS'=>12,
43
+        'PAGANTIS_SIMULATOR_CSS_POSITION_SELECTOR'=>'default',
44
+        'PAGANTIS_SIMULATOR_DISPLAY_CSS_POSITION'=>'sdk.simulator.positions.INNER',
45
+        'PAGANTIS_SIMULATOR_CSS_PRICE_SELECTOR'=>'a:3:{i:0;s:48:"div.summary *:not(del)>.woocommerce-Price-amount";i:1;s:54:"div.entry-summary *:not(del)>.woocommerce-Price-amount";i:2;s:36:"*:not(del)>.woocommerce-Price-amount";}',
46
+        'PAGANTIS_SIMULATOR_CSS_QUANTITY_SELECTOR'=>'a:2:{i:0;s:22:"div.quantity input.qty";i:1;s:18:"div.quantity>input";}',
47
+        'PAGANTIS_FORM_DISPLAY_TYPE'=>0,
48
+        'PAGANTIS_DISPLAY_MIN_AMOUNT'=>1,
49
+        'PAGANTIS_DISPLAY_MAX_AMOUNT'=>0,
50
+        'PAGANTIS_URL_OK'=>'',
51
+        'PAGANTIS_URL_KO'=>'',
52
+        'PAGANTIS_ALLOWED_COUNTRIES' => 'a:3:{i:0;s:2:"es";i:1;s:2:"it";i:2;s:2:"fr";}',
53
+        'PAGANTIS_PROMOTION_EXTRA' => '<p>Finance this product <span class="pg-no-interest">without interest!</span></p>',
54
+        'PAGANTIS_SIMULATOR_THOUSANDS_SEPARATOR' => '.',
55
+        'PAGANTIS_SIMULATOR_DECIMAL_SEPARATOR' => ',',
56
+        'PAGANTIS_SIMULATOR_DISPLAY_SITUATION' => 'default',
57
+        'PAGANTIS_SIMULATOR_SELECTOR_VARIATION' => 'default'
58 58
     );
59 59
 
60 60
     /** @var Array $extraConfig */
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
         if ($file == plugin_basename(__FILE__)) {
410 410
             $links[] = '<a href="'.WcPagantis::GIT_HUB_URL.'" target="_blank">'.__('Documentation', 'pagantis').'</a>';
411 411
             $links[] = '<a href="'.WcPagantis::PAGANTIS_DOC_URL.'" target="_blank">'.
412
-                       __('API documentation', 'pagantis').'</a>';
412
+                        __('API documentation', 'pagantis').'</a>';
413 413
             $links[] = '<a href="'.WcPagantis::SUPPORT_EML.'">'.__('Support', 'pagantis').'</a>';
414 414
 
415 415
             return $links;
Please login to merge, or discard this patch.