#hari_86506
1 messages · Page 1 of 1 (latest)
asp.net mvc
var Optoins = new SessionCreateOptions
{
SuccessUrl = domain + "Modules/CustomerSupport/InvoicePaymentEntry/OrderConfirmation",
//CancelUrl = "",
LineItems = new List<SessionLineItemOptions>(),
Mode = "payment"
};
I think that's mostly it!