Click or drag to resize
CMSCreditPaymentProviderIsUserAuthorizedToFinishPayment Method (Boolean)
Checks whether current user is authorized to finish payment, if he is not authorized sets corresponding payment gateway error message.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual bool IsUserAuthorizedToFinishPayment(
	bool internalOrder = false
)

Parameters

internalOrder (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also