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.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax public virtual bool IsUserAuthorizedToFinishPayment(
bool internalOrder = false
)
Parameters
- internalOrder (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also