woocommerce / woocommerce-gateway-paypal-express-checkout

58 stars 65 forks source link

Add hooks to change name/description of line items sent to PayPal #869

Closed jorgeatorres closed 3 years ago

jorgeatorres commented 3 years ago

In #781 a couple of filters are proposed that would allow 3rd parties to alter the line item information sent to PayPal when creating the order on PayPal's side. This PR is basically the same as #781 but limits the information that can be altered to the line item name and description, and not the whole thing (preventing modification of SKU, quantity, etc.).

Specifically, the following filters are added:

james-allan commented 3 years ago

LGTM 👍