checkout-sdk-js
checkout-sdk-js copied to clipboard
Cannot save address in BC using shouldSaveAddress flag
Good morning, i'm using bigcommerce checkout sdk version 1.116.0. I'm trying to use the shouldSaveAddress = true flag in address json.
When i place the order i cannot find the shipping or billing address into the bigcommerce customer account.
same here... @capsula4 BC is not throwing any error on adding the field so it seems to be diggested as payload but without effect.
Just double-checking, are you using shouldSaveAddress
with a logged-in customer? Was the order successfully placed?
Hey @capsula4 , order is finalized successfully and customer is logged in. We don't allow guest checkout on our page. We also tried to send your exact test address and it didn't work. The entire rest of the address is correctly added to the order.
I haven't been able to reproduce the issue. Is there any chance you could confirm that shouldSaveAddress: true
is present right before the order is being placed? Maybe there's some other action before the order is placed that updates that attribute?
@catokx are we good to close this?
Closing this due to inactivity