Merge branch 'fix-paypal' into develop
This commit is contained in:
commit
607d4d0628
@ -386,9 +386,9 @@ if ($ppec->ready && !empty($ppec->token) && (Tools::isSubmit('confirmation') ||
|
||||
// and create the prestashop order
|
||||
$ppec->doExpressCheckout();
|
||||
|
||||
$customer_info['SHIPTOSTREET'] = $ppec->result['SHIPTOSTREET'];
|
||||
$customer_info['SHIPTOCITY'] = $ppec->result['SHIPTOCITY'];
|
||||
$customer_info['SHIPTONAME'] = $ppec->result['SHIPTONAME'];
|
||||
$customer_info['SHIPTOSTREET'] = $ppec->result['PAYMENTREQUEST_0_SHIPTOSTREET'];
|
||||
$customer_info['SHIPTOCITY'] = $ppec->result['PAYMENTREQUEST_0_SHIPTOCITY'];
|
||||
$customer_info['SHIPTONAME'] = $ppec->result['PAYMENTREQUEST_0_SHIPTONAME'];
|
||||
|
||||
// ANTADIS
|
||||
// si on retourne le biling on le save
|
||||
|
Loading…
Reference in New Issue
Block a user