import { DaffTestingCartAddressService } from '@daffodil/cart/driver/testing'
@Injectable()
class DaffTestingCartAddressService implements DaffCartAddressServiceInterface {
update(
cartId: string
address: DaffCartAddress
): Observable<Partial<DaffCart>>
}
Observable<Partial<DaffCart>>
Update the billing and shipping address of a cart
Parameter | cartId: string |
---|---|
Description |
Parameter | address: DaffCartAddress |
---|---|
Description |