Skip to content

Commit 2685387

Browse files
feat(payment): PAYPAL-5941 test
1 parent b32758e commit 2685387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/paypal-commerce-integration/src/paypal-commerce/paypal-commerce-button-strategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default class PayPalCommerceButtonStrategy implements CheckoutButtonStrat
9797
isBuyNowFlow?: boolean,
9898
): void {
9999
const { buyNowInitializeOptions, style, onComplete, onEligibilityFailure } = paypalcommerce;
100+
console.log('RENDER');
100101

101102
const paypalSdk = this.paypalCommerceIntegrationService.getPayPalSdkOrThrow();
102103
const state = this.paymentIntegrationService.getState();

0 commit comments

Comments
 (0)