Im looking for something like this:
public IActionResult ProcessPayment(CheckoutModel model)
{
var paymentGateway = new PaymentGatewayService();
var data = paymentGateway.PostPayment(paymentTransaction, selectedPaymentMethod);
return PostRedirectToExternalSite("url",data);
}
Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.0”.
New contributor
mesfin abebe is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.