File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ protected function reverseTransaction(): bool
271271
272272 if ($ response == 1 ) { // check by transaction amount
273273 $ this ->getTransaction ()->setRefunded (true );
274+
274275 return true ;
275276 } else {
276277 throw new Exception ($ response );
Original file line number Diff line number Diff line change 88
99trait OnlineTransactionTrait
1010{
11- public function setReferenceId ($ referenceId , $ save = true ): bool
11+ public function setReferenceId (string $ referenceId ,bool $ save = true ): bool
1212 {
1313 $ this ->gate_refid = $ referenceId ;
1414 if ($ save ) {
Original file line number Diff line number Diff line change 11<form id =" goto_parsian_bank" class =" form-horizontal goto-bank-form" method =" get" action =" {!! $endPoint ! !}" >
2- <input type =" hidden" name =" au " value =" {{ $refId } }" />
2+ <input type =" hidden" name =" token " value =" {{ $refId } }" />
33 <div class =" control-group" >
44 <div class =" controls" >
55 <button type =" submit" class =" btn btn-success" >{{ $submitLabel } } </button >
You can’t perform that action at this time.
0 commit comments