File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html lang =" en" >
3
+
3
4
<head >
4
5
<meta charset =" UTF-8" >
5
6
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
6
7
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
7
8
<title >Descom Payment Demo</title >
8
9
</head >
10
+
9
11
<body >
10
12
<div class =" container" >
11
13
<header >
29
31
<h2 >Seleccione el resultado de la transacción:</h2 >
30
32
31
33
<div >
32
- <form action =" POST" action =" /process/payment" >
34
+ <form method =" POST" action =" /process/payment" >
33
35
<input type =" hidden" name =" transition_id" value =" {{ $transactionId } }" />
34
36
<input type =" hidden" name =" amount" value =" {{ $amount } }" />
35
37
<input type =" submit" name =" status" value =" {{ $label_success } }" />
39
41
</div >
40
42
</div >
41
43
</body >
44
+
42
45
</html >
Original file line number Diff line number Diff line change 7
7
use Illuminate \Support \ServiceProvider ;
8
8
use Omnipay \OfflineDummy \App \Http \Controllers \PaymentController ;
9
9
use Omnipay \OfflineDummy \App \Http \Controllers \PaymentProcessController ;
10
+ use Illuminate \Foundation \Http \Middleware \VerifyCsrfToken ;
10
11
11
12
class AppServiceProvider extends ServiceProvider
12
13
{
You can’t perform that action at this time.
0 commit comments