GitHub

DaffMagentoCartPaymentMethodsService

A service for making Magento GraphQL queries for carts.

@Injectable()
class DaffMagentoCartPaymentMethodsService implements DaffCartPaymentMethodsServiceInterface {
  list(cartId: string): Observable<DaffCartPaymentMethod[]>
}

Properties

Name Type Description
list Observable<DaffCartPaymentMethod[]> List the available payment methods of a cart.