Merge branch 'fix-paypal' into develop

This commit is contained in:
Marion Muszynski 2016-10-18 13:11:54 +02:00
commit 607d4d0628

View File

@ -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