We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ec635 commit 27560f4Copy full SHA for 27560f4
modules/ppcp-api-client/src/Factory/ReturnUrlFactory.php
@@ -25,15 +25,6 @@ public function from_context(
25
array $request_data = array(),
26
array $custom_query_args = array()
27
): 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
- // );
37
return $this->wc_url_from_context( $context, $request_data );
38
}
39
0 commit comments