Skip to content

Commit ddfe8fe

Browse files
feat(payment): PAYPAL-5941 test
1 parent f108b35 commit ddfe8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default class PayPalCommerceButtonStrategy implements CheckoutButtonStrat
8383

8484
await this.paypalCommerceIntegrationService.loadPayPalSdk(methodId, currencyCode, false);
8585

86-
this.renderButton(containerId, methodId, paypalcommerce, isBuyNowFlow);
86+
this.renderButton(containerId, methodId, paypalcommerce);
8787
}
8888

8989
deinitialize(): Promise<void> {

0 commit comments

Comments
 (0)