Skip to content

Commit 7c43549

Browse files
committed
fix(ppcp-settings): remove Pay with Crypto promo pricing from features screen
The 0.99% promotional processing rate offer expired; drop the promo paragraph from the Features overview card description.
1 parent e64bd9e commit 7c43549

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

modules/ppcp-settings/src/Data/Definition/FeaturesDefinition.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ public function all_available_features(): array {
172172
$feature_items = array(
173173
self::FEATURE_PAY_WITH_CRYPTO => array(
174174
'title' => __( 'Pay with Crypto', 'woocommerce-paypal-payments' ),
175-
'description' => __( 'Enable customers to pay with cryptocurrency, and receive payments in USD in your PayPal balance.', 'woocommerce-paypal-payments' )
176-
. '<p>' . __( 'Promotional processing rate of 0.99% through July 31, 2026.', 'woocommerce-paypal-payments' ) . '</p>',
175+
'description' => __( 'Enable customers to pay with cryptocurrency, and receive payments in USD in your PayPal balance.', 'woocommerce-paypal-payments' ),
177176
'enabled' => $this->merchant_capabilities[ self::FEATURE_PAY_WITH_CRYPTO ],
178177
'buttons' => array(
179178
array(

0 commit comments

Comments
 (0)