THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline

#1 Callback Pay

(23-03-2017 10:13:25)


Bonjour,

Sur l'url de callback pay de thelia que j'ai renseigné sur mon compte test d'Ingenico, il y a un flux xml qui a été posté.
Et j'aimerais bien le récupérer afin de le parcourir pour récupérer certaines données et lorsque j'ai fait le test suivant :

$orderId = 196;
$url = 'http://pp.signal-eboutique.com/web/callback/pay?order_id='.$orderId ;

$xml = file_get_contents($url);
print_r($xml);

et j'ai l'erreur suivant :

Parameter "order_id" for route "order.failed" must match "[^/]++" ("" given) to generate a corresponding URL.