This commit is contained in:
2024-11-23 01:06:29 +05:00
parent 6ebffad67b
commit 62dfe1e57c

View File

@@ -163,7 +163,8 @@ class NovaVisaMasterPaymentOrderItem extends Resource
'html' => CheckOnlinePayment::resultHTML($response), 'html' => CheckOnlinePayment::resultHTML($response),
]); ]);
})->icon('server') })->icon('server')
->sole(), ->sole()
->withoutConfirmation(),
]; ];
} }
} }