Skip to content

Commit e93a2a1

Browse files
authored
Update generateTransaction Method
Update generateTransaction Method
1 parent 8639729 commit e93a2a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Payment.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ public function version( $version = '3.00' )
113113
*/
114114
public function generateTransaction()
115115
{
116-
$this->params[ 'tran_id' ] = uniqid(true) . microtime(true);
117-
118-
return $this;
116+
return uniqid(true) . microtime(true);
119117
}
120118

121119
/**

0 commit comments

Comments
 (0)