wip
This commit is contained in:
@@ -168,10 +168,6 @@ class OnlinePaymentRepository
|
||||
$this->createHistory();
|
||||
}
|
||||
|
||||
info([
|
||||
'response' => $this->response,
|
||||
]);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user