示例#1
0
 /// <summary>
 /// Gets the hosted payment information control which will be used to collect CreditCard, ACH fields
 /// Note: A HostedPaymentInfoControl can optionally implement <seealso cref="IHostedGatewayPaymentControlTokenEvent" />
 /// </summary>
 /// <param name="financialGateway">The financial gateway.</param>
 /// <param name="controlId">The control identifier.</param>
 /// <param name="options">The options.</param>
 /// <returns>Control.</returns>
 public Control GetHostedPaymentInfoControl(FinancialGateway financialGateway, string controlId, HostedPaymentInfoControlOptions options)
 {
     return(new TestGatewayPaymentControl
     {
         ID = controlId
     });
 }
示例#2
0
 /// <inheritdoc/>
 public object GetObsidianControlSettings(FinancialGateway financialGateway, HostedPaymentInfoControlOptions options)
 {
     return(new
     {
     });
 }