Skip to content

Commit fa15dd8

Browse files
fix(payment): PAYPAL-1929 added PayPalButtonStyleOptions interface to the docs files (#1802)
* fix(payment): PAYPAL-1929 added PayPalButtonStyleOptions interface to the docs files
1 parent e54e569 commit fa15dd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/checkout-buttons/strategies/paypal-commerce/paypal-commerce-button-strategy.spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ import { SubscriptionsActionCreator, SubscriptionsRequestSender } from '../../..
4545
import { CheckoutButtonInitializeOptions } from '../../checkout-button-options';
4646
import CheckoutButtonMethodType from '../checkout-button-method-type';
4747

48-
import { PaypalCommerceButtonInitializeOptions } from './paypal-commerce-button-options';
4948
import PaypalCommerceButtonStrategy from './paypal-commerce-button-strategy';
5049

5150
describe('PaypalCommerceButtonStrategy', () => {
@@ -75,7 +74,7 @@ describe('PaypalCommerceButtonStrategy', () => {
7574
const defaultButtonContainerId = 'paypal-commerce-button-mock-id';
7675
const approveDataOrderId = 'ORDER_ID';
7776

78-
const paypalCommerceOptions: PaypalCommerceButtonInitializeOptions = {
77+
const paypalCommerceOptions = {
7978
initializesOnCheckoutPage: false,
8079
style: {
8180
height: 45,

0 commit comments

Comments
 (0)