test rysgal bank
This commit is contained in:
parent
52c074957d
commit
f682ec0d5d
|
|
@ -15,7 +15,7 @@ class Rysgal extends Payment
|
|||
|
||||
protected function getApiUrl()
|
||||
{
|
||||
return 'https://epg2.rysgalbank.tm/epg/rest/';
|
||||
return 'https://epg.rysgalbank.tm/epg/rest/';
|
||||
}
|
||||
|
||||
protected function getRegistrationUri()
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class Balance extends ComponentBase
|
|||
$onlinePayment = new $onlinePaymentClass;
|
||||
|
||||
$response = $onlinePayment->registerOrder($payment, $url);
|
||||
|
||||
dd($response);
|
||||
$result = json_decode($response->body,true);
|
||||
|
||||
$successfullyRegistered = $onlinePayment->checkRegisterOrderErrorCode($result);
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
<select class="category-select" name="card_type">
|
||||
<option value="halkbank">{{'account.halkbank_card_name'|_}}</option>
|
||||
<option value="halkbank">{{'account.halkbank_card_name'|_}}</option>
|
||||
<!-- <option value="rysgal">{{'account.rysgal_card_name'|_}}</option> -->
|
||||
<option value="rysgal">Test mode</option>
|
||||
<option value="senagat">{{'account.senagat_card_name'|_}}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue