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