mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🛠️ Fix PHPCS errors
This commit is contained in:
parent
c07b4f0dd5
commit
b8c3bd7151
2 changed files with 2 additions and 1 deletions
|
@ -283,7 +283,7 @@ class AxoGateway extends WC_Payment_Gateway {
|
|||
|
||||
$redirect_url = add_query_arg(
|
||||
'redirect_uri',
|
||||
urlencode( $return_url ),
|
||||
rawurlencode( $return_url ),
|
||||
$payer_action
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue