class PaymentButton extends AbstractExtension

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

Methods

getFunctions()

No description

string
paymentButton(Environment $environment, $text = null, $amount = null, $currency = null, $style = 'btn btn-lg btn-primary')

Returns xhtml code for Payment button

Details

at line 23
getFunctions()

at line 41
string paymentButton(Environment $environment, $text = null, $amount = null, $currency = null, $style = 'btn btn-lg btn-primary')

Returns xhtml code for Payment button

Parameters

Environment $environment
$text
$amount
$currency
$style

Return Value

string