This commit is contained in:
2025-11-16 17:03:30 +05:00
parent dc871f36d4
commit 3911e8e21a
2 changed files with 2 additions and 6 deletions

View File

@@ -168,10 +168,6 @@ class OnlinePaymentRepository
$this->createHistory(); $this->createHistory();
} }
info([
'response' => $this->response,
]);
return $this; return $this;
} }

View File

@@ -90,8 +90,8 @@ class VisaMasterPaymentOrderRepository
return OnlinePaymentRepository::make(relatedModel: $record) return OnlinePaymentRepository::make(relatedModel: $record)
->setPaymentProvider( ->setPaymentProvider(
HalkbankOnlinePaymentRepository::make( HalkbankOnlinePaymentRepository::make(
username: $branch->billingUsername(), username: $branch->billing_visa_master_username,
password: $branch->billingPassword(), password: $branch->billing_visa_master_password,
amount: $amount, amount: $amount,
returnUrl: route('halkbank-online-payment.store'), returnUrl: route('halkbank-online-payment.store'),
description: 'Visa/Master tölegi' description: 'Visa/Master tölegi'