|
@@ -82,8 +82,8 @@ |
|
|
block discarded – undo |
|
82
|
82
|
$paylaterPublicKey = Configuration::get('pmt_public_key'); |
|
83
|
83
|
$paylaterPrivateKey = Configuration::get('pmt_private_key'); |
|
84
|
84
|
$okUrl = _PS_BASE_URL_SSL_.__PS_BASE_URI__ |
|
85
|
|
- .'index.php?canonical=true&fc=module&module=paylater&controller=notify&' |
|
86
|
|
- .http_build_query($query) |
|
|
85
|
+ .'index.php?canonical=true&fc=module&module=paylater&controller=notify&' |
|
|
86
|
+ .http_build_query($query) |
|
87
|
87
|
; |
|
88
|
88
|
|
|
89
|
89
|
$shippingAddress = new Address($cart->id_address_delivery); |
Please login to merge, or discard this patch.