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();
}
info([
'response' => $this->response,
]);
return $this;
}

View File

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