Skip to content

Commit

Permalink
Update AbstractPurchaseAction.php
Browse files Browse the repository at this point in the history
  • Loading branch information
smaier authored May 10, 2019
1 parent 15a9a4f commit d3db6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Action/AbstractPurchaseAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public final function execute($request)

// there might be a more beautiful way
$afterUrl = $request->getToken()->getAfterUrl();
if(strpos($afterUrl,'?=')>0){
if(strpos($afterUrl,'?')>0){
$seperatorChar = '&';
} else {
$seperatorChar = '?';
Expand Down

0 comments on commit d3db6b4

Please sign in to comment.