Extended the type definitions for ExpressCheckoutElement to include paypal inside the buttonTheme options as per the latest Stripe documentation.
Testing & documentation
Manually tested the changes by implementing them in the project and verifying the functionality.
Updated relevant type definitions and ensured compatibility with existing code.
Type extention according to documentation
Summary & motivation
Extended the type definitions for ExpressCheckoutElement to include paypal inside the
buttonTheme
options as per the latest Stripe documentation.Testing & documentation
Manually tested the changes by implementing them in the project and verifying the functionality. Updated relevant type definitions and ensured compatibility with existing code.