import { DaffMagentoCartPaymentMethodsService } from '@daffodil/cart/driver/magento'
A service for making Magento GraphQL queries for carts.
@Injectable()
class DaffMagentoCartPaymentMethodsService implements DaffCartPaymentMethodsServiceInterface {
list(cartId: string): any
}
anyList the available payment methods of a cart.
| Parameter | cartId: string |
|---|---|
| Description |