We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36f33a commit 12123e8Copy full SHA for 12123e8
src/helpers.php
@@ -2,8 +2,7 @@
2
use \Shipu\SslWPayment\Payment;
3
4
if (! function_exists('ssl_wireless_post_button')) {
5
- function ssl_wireless_post_button( $input, $amount, $buttonText = 'Payment', $class = '' )
6
- {
+ function ssl_wireless_post_button( $input, $amount, $buttonText = 'Payment', $class = '' ) {
7
return '<form action="'.ssl_wireless_payment_url().'" method="POST" style="display:inline">' .
8
ssl_wireless_hidden_input($input, $amount) .
9
'<button type="submit" class="'.$class.'">'.$buttonText.'</button>' .
0 commit comments