bigcommerce / checkout-js

Optimized One-Page Checkout
MIT License
116 stars 358 forks source link

feat(payment): PAYPAL-4081 PPCP Credit Card verification fields fix #1842

Closed bc-dronov closed 5 months ago

bc-dronov commented 5 months ago

What?

Separate flags for rendering verification fields replaced by one shouldRenderHostedFieldsWithInstrument

Why?

Because PPCP Card Fields will work only if we have all three containers for fields (number, cvv, expiry).

Testing / Proof

All tests have been passed

@bigcommerce/team-checkout