Skip to content

Commit 86dc346

Browse files
authored
Update Gateway.php
1 parent 0013bd4 commit 86dc346

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Gateway.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public static function rollbackTransaction(): bool {
187187
$ret = $adapter->rollback();
188188
}
189189
SysContext::del('SBTAC-func');
190+
SysContext::del('BSBTAC-func');
190191
return $ret ?? false;
191192
}
192-
}
193+
}

0 commit comments

Comments
 (0)