Migrated from Redmine #818 | Author: Ghulam Ali Status: Feedback | Priority: Immediate, there is BUG! | Created: 2021-11-14
Hey, I have impleted booking now im trying to confirm booking after payment and also show payment status to admin dashboard. But whilte using method confirmInvoice i dont know which value should i pass to id parameter. I have tried cart id or booking. there is not method to get invoice id or such value. How can is show transaction status manually in admin dashboard through company admin method or company public methods.
$confirm = $admin->confirmInvoice($booking->id, ‘PayPal’);
Hi, please try to pass
{“handle_invoice”:true} to additional param of method book.
You will receive invoice in result and you will be able to use confirmInvoice method
You can try to find example of this param in this forum.
Hi, please try to pass
{“handle_invoice”:true} to additional param of method book.
You will receive invoice in result and you will be able to use confirmInvoice method
You can try to find example of this param in this forum.
Hi, please try to pass
{“handle_invoice”:true} to additional param of method book.
You will receive invoice in result and you will be able to use confirmInvoice method
You can try to find example of this param in this forum.