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
the requests are being configured to use the variables shippingAddress and billingAddress, but coming in from the api they are just shipping & billing.
we can make some stuff more clean if we change them to match.
acceptance
for configureRequests method configurations.js shippingAddress & billingAddress are changed to shipping and billing
this is updated throughout the app (and component library if needed)
the requestData method in requests.js is updated to only take in the request as opposed to request, shipping, and billing
The text was updated successfully, but these errors were encountered:
alishaevn
changed the title
refactor shippingAddress & billingAddress in configureRequests to shipping & billing, & change everywhere
refactor shippingAddress & billingAddress
Jan 17, 2024
story
the requests are being configured to use the variables shippingAddress and billingAddress, but coming in from the api they are just shipping & billing.
we can make some stuff more clean if we change them to match.
acceptance
configureRequests
methodconfigurations.js
shippingAddress & billingAddress are changed to shipping and billingrequestData
method inrequests.js
is updated to only take in the request as opposed to request, shipping, and billingThe text was updated successfully, but these errors were encountered: