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