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
I'm using Angular v13, ngx-paypal v9, creating orders and authorizing on the server side with Firebase.
When entering customer info on the app, I get no field for phone number until an attempt is made to capture the card, then an error is thrown and the field suddenly appears:
I am also not getting any options to select shipping type when shipping options are provided in the server code per PayPal docs:
An error is thrown indicating that PICKUP is selected by default. Not sure which configuration options I need to customize to get the fields I need showing, would greatly appreciate some help here.
The text was updated successfully, but these errors were encountered:
I'm using Angular v13, ngx-paypal v9, creating orders and authorizing on the server side with Firebase.
When entering customer info on the app, I get no field for phone number until an attempt is made to capture the card, then an error is thrown and the field suddenly appears:
I am also not getting any options to select shipping type when shipping options are provided in the server code per PayPal docs:
An error is thrown indicating that
PICKUP
is selected by default. Not sure which configuration options I need to customize to get the fields I need showing, would greatly appreciate some help here.The text was updated successfully, but these errors were encountered: