Skip to content

Commit

Permalink
Merge pull request #83 from PaymentSuite/hotfix/redsys-return-url
Browse files Browse the repository at this point in the history
Generate absolute redsys result route instead of relative
  • Loading branch information
juanjomb authored Sep 8, 2020
2 parents 4481d13 + 077431d commit d2e83b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getReturnRedsysUrl()
->generate(
'paymentsuite_redsys_result',
[],
true
UrlGeneratorInterface::ABSOLUTE_URL
);
}

Expand Down

0 comments on commit d2e83b2

Please sign in to comment.