Refactor payment processing: update method names for clarity, enhance VisaMasterPaymentOrderRepository with payment validation logic, and improve Turkish translations for payment notifications.

This commit is contained in:
2025-11-15 18:51:40 +05:00
parent 8637c22ed7
commit c24f7cbac6
9 changed files with 333 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ class HalkbankOnlinePaymentController extends Controller
]);
$onlinePaymentRepository = OnlinePaymentRepository::make()
->paymentProvider(new HalkbankOnlinePaymentRepository);
->setPaymentProvider(new HalkbankOnlinePaymentRepository);
$paymentStatus = $onlinePaymentRepository->checkPayment($request->string('orderId'));