lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

BUG url absolute symfony 3 #80

Closed MWJordanP closed 6 years ago

MWJordanP commented 7 years ago

We've detected an error in your SampleController.php

'PBX_EFFECTUE' => $this->generateUrl('lexik_paybox_sample_return', array('status' => 'success'), true),

Or in symfony3 generate url use a constant and not "true or false"

'PBX_EFFECTUE' => $this->generateUrl('lexik_paybox_sample_return', array('status' => 'success'), UrlGeneratorInterface::ABSOLUTE_URL),

Thanks by advance

sarramegnag commented 6 years ago

Fixed in https://github.com/lexik/LexikPayboxBundle/pull/88

acidjames commented 6 years ago

@MWJordanP thanks, you need to update via composer