class GiftVoucherPayment implements GiftVoucherPaymentInterface

Services related to GiftVoucher Payment

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private PaymentServiceInterface $paymentService Stores PaymentService
private TranslatorInterface $translator Stores Translator

Methods

__construct(ConfigServiceInterface $configService, PaymentServiceInterface $paymentService, TranslatorInterface $translator)

No description

payment(GiftVoucherPurchased $giftVoucherPurchased, $user)

Defines payment for GiftVoucher purchased

Details

at line 42
__construct(ConfigServiceInterface $configService, PaymentServiceInterface $paymentService, TranslatorInterface $translator)

Parameters

ConfigServiceInterface $configService
PaymentServiceInterface $paymentService
TranslatorInterface $translator

at line 56
payment(GiftVoucherPurchased $giftVoucherPurchased, $user)

Defines payment for GiftVoucher purchased

Parameters

GiftVoucherPurchased $giftVoucherPurchased
$user