woocommerce/includes/gateways/paypal/includes
Rodrigo Primo f854daea67 Remove deprecated PayPal Standard parameter
This commit removes the setting "Page style" from WooCommerce -> Settings -> Payments -> PayPal Standard. This setting was used to define the value of the parameter "page_style" passed to the PayPal Standard API, but PayPal deprecated this parameter and ignores it. According to PayPal in https://developer.paypal.com/docs/paypal-payments-standard/integration-guide/Appx-websitestandard-htmlvariables/?mark=page_style#deprecated-variables: "Deprecated variables are ignored when you pass them to PayPal". In the same link, you can see that "page_style" is included in the list of deprecated parameters.
2020-12-04 14:39:03 -03:00
..
class-wc-gateway-paypal-api-handler.php Paypal gateway: protect code against a fatal error 2020-09-08 16:57:48 -03:00
class-wc-gateway-paypal-ipn-handler.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-gateway-paypal-pdt-handler.php Replaced direct access of many constants with the Constants library 2020-01-31 22:18:47 -08:00
class-wc-gateway-paypal-request.php Remove deprecated PayPal Standard parameter 2020-12-04 14:39:03 -03:00
class-wc-gateway-paypal-response.php Check the cart exists before emptying it after PayPal response 2020-10-21 10:32:37 +10:00
settings-paypal.php Remove deprecated PayPal Standard parameter 2020-12-04 14:39:03 -03:00