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:
@@ -17,7 +17,7 @@ class HalkbankOnlinePaymentController extends Controller
|
||||
]);
|
||||
|
||||
$onlinePaymentRepository = OnlinePaymentRepository::make()
|
||||
->paymentProvider(new HalkbankOnlinePaymentRepository);
|
||||
->setPaymentProvider(new HalkbankOnlinePaymentRepository);
|
||||
|
||||
$paymentStatus = $onlinePaymentRepository->checkPayment($request->string('orderId'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user