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