-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2892 from woocommerce/PCP-4000-hide-the-price-not…
…ice-when-no-badges-are-visible Hide the price notice when no badges are visible (4000)
- Loading branch information
Showing
3 changed files
with
32 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...settings/resources/js/Components/ReusableComponents/WelcomeDocs/pricesBasedDescription.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { __, sprintf } from '@wordpress/i18n'; | ||
|
||
export const pricesBasedDescription = sprintf( | ||
// translators: %s: Link to PayPal REST application guide | ||
__( | ||
'<sup>1</sup>Prices based on domestic transactions as of October 25th, 2024. <a target="_blank" href="%s">Click here</a> for full pricing details.', | ||
'woocommerce-paypal-payments' | ||
), | ||
'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters