mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
switch to sandbox billplz account
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'base_url' => env('BILLPLZ_BASE_URL', 'https://www.billplz.com'),
|
||||
'base_url' => env('BILLPLZ_BASE_URL', 'https://www.billplz-sandbox.com'),
|
||||
'api_key' => env('BILLPLZ_API_KEY', '0fa4c710-761b-4a7a-a501-c2c2d02643d5'),
|
||||
'x_signature_key' => env('BILLPLZ_X_SIGNATURE_KEY', 'S-pbNVthVRsvnPfZlgLwqqOg'),
|
||||
'collection_id' => env('BILLPLZ_COLLECTION_ID', 'hev2wdjy'),
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<div class="row align-items-center h-100" v-if="item.payment_method === 5">
|
||||
<div class="col">
|
||||
<i class="fa fa-cloud-download muted" v-if="item.status === 2"></i>
|
||||
<a :href="'https://www.billplz.com/bills/'+item.payment_reference"><i class="fa fa-repeat text-success" v-if="item.status !== 2"></i></a>
|
||||
<a :href="'https://www.billplz-sandbox.com/bills/'+item.payment_reference"><i class="fa fa-repeat text-success" v-if="item.status !== 2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -110,7 +110,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row no-margin" v-if="customerBooking.payment_method === 5 && (customerBooking.status === 2 || customerBooking.status === 3)">
|
||||
<a :href="'https://www.billplz.com/bills/'+customerBooking.payment_reference" target="_blank">
|
||||
<a :href="'https://www.billplz-sandbox.com/bills/'+customerBooking.payment_reference" target="_blank">
|
||||
<div class="icon-thumbnail fs-11 text-white icon-25 bg-primary btn-rounded float-left m-r-5">
|
||||
<i class="fa fa-file-image-o fs-10"></i>
|
||||
</div>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
this.closeModal();
|
||||
|
||||
if (response.payload.data.payment_method === 5) {
|
||||
window.location.href = 'https://www.billplz.com/bills/' + response.payload.data.payment_reference + '?auto_submit=true';
|
||||
window.location.href = 'https://www.billplz-sandbox.com/bills/' + response.payload.data.payment_reference + '?auto_submit=true';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -255,7 +255,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto p-l-5 p-r-5 bg-success pointer" v-if="item.payment_method === 5">
|
||||
<a :href="'https://www.billplz.com/bills/'+item.payment_reference">
|
||||
<a :href="'https://www.billplz-sandbox.com/bills/'+item.payment_reference">
|
||||
<div class="row align-items-center h-100">
|
||||
<div class="col">
|
||||
<i class="fa fa-repeat fs-20 text-white p-l-10 p-r-10"></i>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<a href="{{route('booking.details', $marking)}}">
|
||||
<div class="btn btn-sm all-caps btn-outline-success b-rad-none" >Back to Booking</div>
|
||||
</a>
|
||||
<a href="https://www.billplz.com/bills/{{$payment_reference}}">
|
||||
<a href="https://www.billplz-sandbox.com/bills/{{$payment_reference}}">
|
||||
<div class="btn btn-sm all-caps btn-success b-rad-none">Retry Payment</div>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user