fully operational and functioning recurring script + changes to schema
This commit is contained in:
parent
813cbb82a5
commit
bdf23b2f3d
28 changed files with 11411 additions and 36 deletions
|
@ -197,8 +197,8 @@ sub post_upload {
|
|||
value => $transaction_value * 100000,
|
||||
( defined $file ? ( proof_image => $file ) : () ),
|
||||
purchase_time => $c->format_db_datetime($purchase_time),
|
||||
distance => $distance,
|
||||
essential => ( defined $essential ? $essential : 0 ),
|
||||
distance => $distance,
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -227,6 +227,7 @@ sub post_upload {
|
|||
value => $transaction_value * 100000,
|
||||
start_time => $c->format_db_datetime($purchase_time),
|
||||
essential => ( defined $essential ? $essential : 0 ),
|
||||
distance => $distance,
|
||||
category_id => ( defined $category ? $category : undef ),
|
||||
recurring_period => $recurring_period,
|
||||
});
|
||||
|
|
Reference in a new issue