AccountingPaymentMethodRepositoryGetAutoDetectedPublicPaymentMethodsForCart Method

Uses NetFORUM's baseline auto-detection mechanism to determine which payment methods are valid to be used when checking out with the passed shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<AccountingPaymentMethod> GetAutoDetectedPublicPaymentMethodsForCart(
	IShoppingCartState cart
)

Parameters

cart  IShoppingCartState
The shopping cart for which the possible payment methods will be auto-detected

Return Value

IReadOnlyCollectionAccountingPaymentMethod
The publicly available payment methods selected by NetFORUM as appropriate for use with the passed cart

See Also