Commit 67709031 by Tobin

t : saved card changes

parent d7ad2cda
......@@ -439,6 +439,8 @@ class Api extends CI_Controller {
$pText .= '1110000|'.$last_id.'|'.$event_id.'|'.$booking_id.'||';
if($saveCard == 1){
$pText .= '1000000|'.$userId;
} else {
$pText .= '0000000';
}
$settings = getSettings();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment