FIX_PDF_ISSUE_
This commit is contained in:
parent
27a6489c97
commit
754b3b17da
@ -200,6 +200,7 @@ public function payment_success() {
|
|||||||
'customer_id' => $customer_id,
|
'customer_id' => $customer_id,
|
||||||
'payment_status' => 'Paid',
|
'payment_status' => 'Paid',
|
||||||
'status'=>'Approved',
|
'status'=>'Approved',
|
||||||
|
'subtotal' => $amount,
|
||||||
'sub_total' => $amount,
|
'sub_total' => $amount,
|
||||||
'exact_total_amount' => $amount,
|
'exact_total_amount' => $amount,
|
||||||
'grand_total' => $amount,
|
'grand_total' => $amount,
|
||||||
@ -245,6 +246,7 @@ public function payment_success() {
|
|||||||
'invoice_id' =>$invoice_id['invoice_id'],
|
'invoice_id' =>$invoice_id['invoice_id'],
|
||||||
'product' => env('RENEWAL_SCHEME_ID'),
|
'product' => env('RENEWAL_SCHEME_ID'),
|
||||||
'quantity' =>1,
|
'quantity' =>1,
|
||||||
|
'unit_price'=>$data['sub_total'],
|
||||||
'subtotal' => $data['sub_total'],
|
'subtotal' => $data['sub_total'],
|
||||||
'created_on'=>$currentDate,
|
'created_on'=>$currentDate,
|
||||||
'isactive'=>1,
|
'isactive'=>1,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user