We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563c11 commit 7c8e7e8Copy full SHA for 7c8e7e8
src/LaravelPos.php
@@ -128,7 +128,7 @@ public function payment(array $card = [])
128
*/
129
public function getGatewayUrl()
130
{
131
- return isset($this->pos->bank->gateway) ? $this->pos->bank->gateway : 'null';
+ return $this->pos->bank->gateway ?? 'null';
132
}
133
134
/**
0 commit comments