Skip to content

Commit 12123e8

Browse files
author
Hashemi Rafsan
committed
fix indentation
1 parent c36f33a commit 12123e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/helpers.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
use \Shipu\SslWPayment\Payment;
33

44
if (! function_exists('ssl_wireless_post_button')) {
5-
function ssl_wireless_post_button( $input, $amount, $buttonText = 'Payment', $class = '' )
6-
{
5+
function ssl_wireless_post_button( $input, $amount, $buttonText = 'Payment', $class = '' ) {
76
return '<form action="'.ssl_wireless_payment_url().'" method="POST" style="display:inline">' .
87
ssl_wireless_hidden_input($input, $amount) .
98
'<button type="submit" class="'.$class.'">'.$buttonText.'</button>' .

0 commit comments

Comments
 (0)