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