Skip to content

Commit

Permalink
fix: added payPalComplete property to PayPal DirectConfig type de…
Browse files Browse the repository at this point in the history
…finition
  • Loading branch information
signalcafe committed Dec 13, 2024
1 parent 15fa733 commit c994f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lib/paypal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type DirectConfig = {
logoImageUrl?: string;
headerImageUrl?: string;
};
payPalComplete?: boolean;
};

export type PayPalConfig = BraintreeConfig | DirectConfig;
Expand Down

0 comments on commit c994f84

Please sign in to comment.