This commit is contained in:
2024-11-25 22:13:57 +05:00
parent 590a88a96a
commit 717f90fca2
4 changed files with 21 additions and 16 deletions

View File

@@ -28,11 +28,11 @@ class MakePaymentNovaVisaMaster extends Action
use InteractsWithQueue, Queueable;
/**
* Action name
* Name.
*/
public function name(): string
{
return __('Send payment');
return __('Make payment');
}
/**