You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
Hi Square Team,
I'm using this package in our Square extension for WooCommerce and I need to be able to update the postal code field in the SqPaymentForm after the form has loaded (i.e. when the customer updates their postcode in the billing address section)
Normally I would just use paymentForm.setPostalCode() but this isn't exposed in the context.
Can you please look into adding a function like onSetPostalCode()? Similar to onCreateNonce and onVerifyBuyer?