Skip to content

Commit 1012e25

Browse files
Added getName method to Gateway
1 parent f318393 commit 1012e25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Gateway.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ class Gateway extends AbstractGateway
2323
use Concerns\Parameters;
2424
use Concerns\ParametersNormalization;
2525

26+
/**
27+
* {@inheritdoc}
28+
*/
29+
public function getName(): string
30+
{
31+
return 'VNPay';
32+
}
33+
2634
/**
2735
* {@inheritdoc}
2836
*/

0 commit comments

Comments
 (0)