Skip to content

Commit 27560f4

Browse files
committed
Remove commented-out code
1 parent 34ec635 commit 27560f4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/ppcp-api-client/src/Factory/ReturnUrlFactory.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ public function from_context(
2525
array $request_data = array(),
2626
array $custom_query_args = array()
2727
): string {
28-
// TODO: Temporarily disabled cross-browser appswitch query params.
29-
// This logic will be migrated to the frontend using hash params instead of query params
30-
// return add_query_arg(
31-
// array_merge(
32-
// array( self::PCP_QUERY_ARG => 'button' ),
33-
// $custom_query_args
34-
// ),
35-
// $this->wc_url_from_context( $context, $request_data )
36-
// );
3728
return $this->wc_url_from_context( $context, $request_data );
3829
}
3930

0 commit comments

Comments
 (0)