Skip to content

Commit

Permalink
sid
Browse files Browse the repository at this point in the history
  • Loading branch information
nanthakumar5 committed Dec 26, 2022
1 parent bd362c2 commit bc487f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/Site/Myaccount/Reservation/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function cancelsubscription()

$payment = $this->payments->getPayments('row', ['payment'], ['id' => $requestdata['paymentid']]);
if($payment){
$this->stripe->cancelSchedule($payment['stripe_subscription_id']);
$this->stripe->cancelSchedule($payment['stripe_scheduled_id']);
$this->bookingdetails->cancelsubscription(['booking_details_id' => $payment['booking_details_id']]);
}

Expand Down

0 comments on commit bc487f5

Please sign in to comment.