payment_system_id); $data = $transaction->load_data(); ?>

#id?>

ID id?>
Date created_at?>
Booking status!=\GLCalendar\Payment\Transaction::STATUS_FAIL) { ?> booking_id?> Not created
Amount amount?> currency?>
Payment Gateway name?>
Status status) { case \GLCalendar\Payment\Transaction::STATUS_FAIL: echo "Failed. Reason: ".$transaction->fail_reason; break; case \GLCalendar\Payment\Transaction::STATUS_SUCCESS: echo "Completed"; break; case \GLCalendar\Payment\Transaction::STATUS_PROCESS: echo "In process..."; break; } ?>
Meta stripe_token)) { $opt = "Token: ".$data->stripe_token; if (!empty($data->stripe_ch_token)) $opt .= "
Charge token: ".$data->stripe_ch_token; echo $opt; } ?>