Skip to content

Commit 736340c

Browse files
geckoslairjellegerbrandyalexander2001i
committed
Cmbo 19 circle balances (#346)
* first iteration with Jelle * get data from staging * correct where clause * backoffice WIP - added google sheets api and write first data * common backoffice - wip * common backoffice - fees is still missing - WIP * balances from circle * fixing lint issues * minor fix in order to align with dev * restore auth * wip * rename balance entry, common balance * removed bypass * removed auth from backoffice * wip * fix, ordering and filtering * sheets as env variable * type error * add payouts config to production config * minor fix * arrow function * just return * removed nested destructuiring * reviewing * reviewing * reviewing * moved jwtAuthPromise locally * refactoring wip * Fix import * wip refactoring * refactoring wip * refactor entrypoints * wip * query fixed * rename * close #CMBO-1, #CMBO-4, #CMBO-6, #CMBO-3, #CMBO-7 * fix * create payouts * get payout status * payout status * minor fix and get payin fees CMBO-14 * CMBO-10 e CMBO-9 progress * subscription * columns * fix for payin status * enhanced column labelling * circle payment id and minor fix * circle historical balances and related cron job * review * fix circle balances * fix for columns range Co-authored-by: jelle <[email protected]> Co-authored-by: Alexander Ivanov <[email protected]>
1 parent c303883 commit 736340c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/common-firebase/functions/src/backoffice/business/fillPayOutSheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export async function fillPayOutSheet():Promise<any> {
6262
cells.push(data[key].common.id)
6363
cells.push(data[key].common.name)
6464

65-
cells.push(`=createInitLink(R${row}:AG${row}, A${row})`);
65+
cells.push(`=createInitLink(R${row}:AI${row}, A${row})`);
6666

6767

6868
if(data[key].payout){

packages/common-firebase/functions/src/backoffice/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const backofficeApp = functions
100100
'/payin',
101101
'/payout',
102102
'/circlebalancehistorical',
103+
'/circlebalance',
103104
'/commonbalance',
104105
'/test'
105106
]

0 commit comments

Comments
 (0)