Skip to content

Commit

Permalink
Removed some mentions of the word easily
Browse files Browse the repository at this point in the history
  • Loading branch information
shrielenee committed Sep 17, 2021
1 parent d661565 commit a886d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/payment-services/customize-buttons-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can easily customize [PayPal Smart button styling](#paypal-smart-buttons) an

## PayPal Smart Buttons

To easily customize Smart Button styling, create a module with a dependency on `Magento_PaymentServicesPaypal`.
To customize Smart Button styling, create a module with a dependency on `Magento_PaymentServicesPaypal`.

1. In the [`di.xml` file]({{ site.baseurl }}{{ site.gdeurl }}/extension-dev-guide/build/di-xml-file.html), create a new type named `Magento\PaymentServicesPaypal\Block\SmartButtons`.
1. In the `arguments` block, specify one argument named `componentConfig` and `xsi:type="array"`.
Expand Down Expand Up @@ -54,7 +54,7 @@ To easily customize Smart Button styling, create a module with a dependency on `
## PayPal PayLater

To easily customize the PayPal PayLater messaging, style, and layout, create a module with a dependency on `Magento_PaymentServicesPaypal`, for the [product page, cart, minicart](#create-module-for-product-page-cart-and-minicart), or [checkout page](#create-module-for-checkout-page), and then [edit the styling of the module](#edit-the-styling).
To customize the PayPal PayLater messaging, style, and layout, create a module with a dependency on `Magento_PaymentServicesPaypal`, for the [product page, cart, minicart](#create-module-for-product-page-cart-and-minicart), or [checkout page](#create-module-for-checkout-page), and then [edit the styling of the module](#edit-the-styling).

### Create module for product page, cart, and minicart

Expand Down

0 comments on commit a886d0a

Please sign in to comment.