class PaymentController extends AbstractController

GiftVoucherPurchased Controller class

Methods

Redirect
paymentDone(GiftVoucherPurchasedServiceInterface $giftVoucherPurchasedService, PaymentServiceInterface $paymentService, Payment $payment)

Return Route after having done payment

Details

at line 36
Redirect paymentDone(GiftVoucherPurchasedServiceInterface $giftVoucherPurchasedService, PaymentServiceInterface $paymentService, Payment $payment)

Return Route after having done payment

Parameters

GiftVoucherPurchasedServiceInterface $giftVoucherPurchasedService
PaymentServiceInterface $paymentService
Payment $payment

Return Value

Redirect

Exceptions

NotFoundHttpException