From 0dcbf627c6d5549f4e8464f6062ab6b08e62979a Mon Sep 17 00:00:00 2001 From: "andrii.vitvitskyi" Date: Tue, 16 Sep 2025 11:30:50 +0300 Subject: [PATCH] feat(payment): PAYPAL-0000 MASTER COPY --- .../src/paypal-commerce/paypal-commerce-button-strategy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/paypal-commerce-integration/src/paypal-commerce/paypal-commerce-button-strategy.ts b/packages/paypal-commerce-integration/src/paypal-commerce/paypal-commerce-button-strategy.ts index ea310100ae..68da884911 100644 --- a/packages/paypal-commerce-integration/src/paypal-commerce/paypal-commerce-button-strategy.ts +++ b/packages/paypal-commerce-integration/src/paypal-commerce/paypal-commerce-button-strategy.ts @@ -228,7 +228,7 @@ export default class PayPalCommerceButtonStrategy implements CheckoutButtonStrat await this.paymentIntegrationService.updateShippingAddress(address); const shippingOption = this.paypalCommerceIntegrationService.getShippingOptionOrThrow(); - + console.log('KKKLL'); await this.paymentIntegrationService.selectShippingOption(shippingOption.id); await this.paypalCommerceIntegrationService.updateOrder(); } catch (error) {