diff --git a/.gitignore b/.gitignore index 5657f6e..6495aef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +node_modules vendor \ No newline at end of file diff --git a/src/Payments/Gateway.php b/src/Payments/Gateway.php index 42fd842..ea64b1f 100644 --- a/src/Payments/Gateway.php +++ b/src/Payments/Gateway.php @@ -38,6 +38,13 @@ public function settings(): Collection; */ public function technicalName(): string; + /** + * Get payment method folder name. + * + * @return string + */ + public function folderName(): string; + /** * Get payment method name. *