CMSCreditPaymentProvider IsUserAuthorizedToFinishPayment Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodIsUserAuthorizedToFinishPayment(Boolean)
Checks whether current user is authorized to finish payment, if he is not authorized sets corresponding payment gateway error message.
Public methodIsUserAuthorizedToFinishPayment(UserInfo, ShoppingCartInfo, Boolean)
Checks whether specified user is authorized to finish payment, if he is not authorized sets corresponding payment gateway error message.
(Overrides CMSPaymentGatewayProvider IsUserAuthorizedToFinishPayment(UserInfo, ShoppingCartInfo, Boolean).)
Back to Top
See Also