This commit is contained in:
2025-03-19 09:47:28 +05:00
parent 0e8a34a84b
commit 1181100e29
5 changed files with 29 additions and 11 deletions

View File

@@ -14,8 +14,6 @@ trait HandlesVisaMasterPayments
* Check payment payment visa master
*
* @param Request $request
*
* @return array{success: bool, title: string, pnr: string, branch_name: string, price_amount: string, return_url: string}
*/
public static function checkPaymentVisaMaster(Request $request): array
{