class PaymentLink extends AbstractExtension

Twig extension to display the Payment button using payment_link(['YOUR_TEXT_TO_DISPLAY', AMOUNT, 'CURRENCY'])

Methods

getFunctions()

No description

string
paymentLink(Environment $environment, $text = null, $amount = null, $currency = null)

Returns xhtml code for Payment link

Details

at line 23
getFunctions()

Returns xhtml code for Payment link

Parameters

Environment $environment
$text
$amount
$currency

Return Value

string