@@ -72,8 +72,8 @@ |
||
| 72 | 72 | $paylaterPublicKey = Configuration::get('pmt_public_key'); |
| 73 | 73 | $paylaterPrivateKey = Configuration::get('pmt_private_key'); |
| 74 | 74 | $okUrl = _PS_BASE_URL_.__PS_BASE_URI__ |
| 75 | - .'index.php?canonical=true&fc=module&module=paylater&controller=notify&' |
|
| 76 | - .http_build_query($query) |
|
| 75 | + .'index.php?canonical=true&fc=module&module=paylater&controller=notify&' |
|
| 76 | + .http_build_query($query) |
|
| 77 | 77 | ; |
| 78 | 78 | |
| 79 | 79 | $shippingAddress = new Address($cart->id_address_delivery); |
@@ -351,7 +351,7 @@ |
||
| 351 | 351 | */ |
| 352 | 352 | public function cancelProcess($response = null) |
| 353 | 353 | { |
| 354 | - if ($this->merchantOrder && $this->processError === true) { |
|
| 354 | + if ($this->merchantOrder && $this->processError === true) { |
|
| 355 | 355 | sleep(5); |
| 356 | 356 | $id = (!is_null($this->pmtOrder))?$this->pmtOrder->getId():null; |
| 357 | 357 | $status = (!is_null($this->pmtOrder))?$this->pmtOrder->getStatus():null; |
@@ -768,6 +768,6 @@ |
||
| 768 | 768 | } |
| 769 | 769 | } |
| 770 | 770 | |
| 771 | - return $default; |
|
| 771 | + return $default; |
|
| 772 | 772 | } |
| 773 | 773 | } |