[00:02:31] hey Jeff_Green - this is the outage etherpad - https://etherpad.wikimedia.org/p/2023-13-07-civiupgrade-to-5.64 [00:02:46] hey eileen, ok great [00:04:14] I've turned off jobs & put it in drush maintenance - so from my point of view once you drop triggers I can start the upgrade script - but there are some other turn off steps you might want to do [00:04:57] yep, I was just looking at the db steps [00:06:26] do we care about putting payments in maint mode? it seems like we don't b/c there's not much going on to fill the queue [00:06:58] yeah - can skip I think [00:07:26] ok [00:08:27] !log config revision changed from 6ac88ea8 to ccc33b1e (I pushed the upgrade code out) [00:08:28] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [00:09:04] I think I can skip the process-control step since drush is in maint [00:09:12] cool [00:09:19] jobs are disabled anyway [00:09:27] yup [00:10:46] ok - so let me know when the triggers are gone & I'll start the script [00:11:07] I don't remember a quick way to drop them all at once... [00:12:13] PROBLEM - check_mysql on frdb2001 is CRITICAL: Slave IO: No Slave SQL: No Seconds Behind Master: (null) https://icinga.wikimedia.org/cgi-bin/icinga/extinfo.cgi?type=2&host=frdb2001&service=check_mysql [00:13:04] there is a drop_triggers script in sites/all/modules/wmf_civicrm/scripts [00:13:28] I think it might miss some cos I haven't been updating it cos I don't think Dallas uses it but might get down to just a few [00:13:59] thx, I'll run that and see what's left [00:14:36] cool - from the next line in the etherpad I think the ones that update contact modified date are left on [00:16:44] 72 triggers remain [00:17:06] it's probably ok cos we aren't changing that many fields in this upgrade [00:17:12] ok [00:17:20] OK - I'll hit the upgrade script [00:17:42] !log drush @wmff civicrm-upgrade-db [00:17:46] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [00:19:45] hmm that was unexpected [00:19:47] RedisException: read error on connection in [00:20:21] but I just retried & I think it worked [00:20:50] yep - the retry seems fine & the script completed [00:22:59] ok [00:23:39] so I'm just regenerating the triggers file [00:25:48] (03PS1) 10Eileen: Updated triggers file [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937554 (https://phabricator.wikimedia.org/T341101) [00:26:52] Jeff_Green: so Dallas normally approves that patch - then I deploy & he loads from sites/all/modules/wmf_civicrm/script [00:27:08] ok looking [00:27:45] nothing seems suprising to me in there - [00:28:45] nice, having this in gerrit makes it reasonably humane to review :-) [00:29:50] (03CR) 10Jgreen: [C: 03+1] Updated triggers file [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937554 (https://phabricator.wikimedia.org/T341101) (owner: 10Eileen) [00:30:14] it needs +2 to actually merge.... [00:30:15] should I have +2'd it? [00:30:18] yep [00:30:31] (03CR) 10Jgreen: [C: 03+2] Updated triggers file [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937554 (https://phabricator.wikimedia.org/T341101) (owner: 10Eileen) [00:30:37] ok! [00:31:14] (03CR) 10Eileen: [V: 03+2] Updated triggers file [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937554 (https://phabricator.wikimedia.org/T341101) (owner: 10Eileen) [00:31:27] not waiting for jenkins [00:32:02] (03PS1) 10Eileen: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937555 [00:32:16] (03CR) 10Eileen: [C: 03+2] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937555 (owner: 10Eileen) [00:32:28] (03CR) 10Eileen: [V: 03+2 C: 03+2] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937555 (owner: 10Eileen) [00:33:18] !log civicrm upgraded from 1bfc3b17 to 882e2310 [00:33:19] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [00:33:35] Jeff_Green: ok the triggers file is update [00:33:45] ok [00:34:13] if you run it then you should see lots of triggers afterwards but you could look to see if at least one of the changes from gerrit has been made as a double check [00:35:07] there are 496 now [00:35:38] cool [00:37:39] so if the triggers look good then we can strart bring it up [00:38:56] 10Fundraising-Backlog: Using Financial Type= Recurring Gifts for all recurring contributions in civi - https://phabricator.wikimedia.org/T341370 (10MSuijkerbuijk_WMF) I'm not familiar with the naming conventions in this case, please share more details if you need more input. I'll leave it though to Joseph to decide [00:39:20] I'm still figuring out how to compare [00:40:05] Jeff_Green: just do a show on one of the triggers that changed & look for a change from gerrit [00:40:39] Yep, I'm just rusty on the mystical art of the mysql trigger syntax [00:41:12] I made the mistake of thinking I could show by trigger name :-) [00:41:52] eg show TRIGGERS LIKE 'civicrm_contribution_page_after_insert' [00:42:15] & look for NEW.`name` in the output [00:42:57] right, except that doesn't return any results [00:43:12] oh really? [00:43:17] hmm it does locally [00:43:21] afaict you have to use the table name [00:43:35] no maybe it doesn't [00:43:52] using the table name I get 80kabillion lines of output [00:44:05] sec, this is probably easier if I just do it from the command line and collect the output [00:44:13] yeah show TRIGGERS LIKE '%civicrm_contribution_page%' [00:45:34] ok I think I see what we want now [00:45:50] ...frontend_title`, NEW.`name`, COALESC... [00:47:04] perfect [00:47:08] I'll turn on jobs [00:47:09] !log config revision changed from ccc33b1e to e3e5a11d - renabled jobs [00:47:11] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [00:47:25] should we drop the extraneous table? [00:47:45] as in log_civicrm_action_mapping or whatever it was? [00:48:01] yeah [00:48:06] might as well [00:49:33] in the task it was "civicrm_action_mapping" -- so drop both that and log_civicrm_action_mapping? [00:49:53] oh nm, I see the non-log one is gone already [00:50:48] oh really - huh [00:51:08] so I've turned stuff back on - I just need to make sure jobs are running [00:51:28] oh we got a fail mail - I guess they are :-) [00:51:36] ha [00:52:35] has process control logs removed ? I can't see that file on prod [00:52:54] not intentionally? [00:53:00] looking [00:53:13] hmm my link goes to srv but var looks right [00:53:32] no that's not it [00:53:59] is it a symlink ./civi1002 vs ./civi1001 maybe? [00:54:17] I'm on 1001 but confused as to what is what - should I be on 1002? [00:54:26] yes! [00:54:47] I was going to ask when we can shut off civi1001 on in monday's meeting but forgot [00:55:16] oh - so I ran the upgrade on 1001 - does that mean it didn't run - I see the site is broken [00:55:25] ohh [00:56:02] well...I guess the database stuff would have happened normally, b/c civi1001 is still pointed at the same db [00:56:27] but if it was altering local files that happened only on civi1001 [00:56:35] seems I've never logged onto 1002 [00:57:33] ok [00:58:01] when you put drupal in maint mode earlier, is that a state that is in the database or local? [00:59:50] db state - but anyway I just did a cache clear & it is looking better [01:00:01] I think there were some paths cached in Redis [01:00:44] ok [01:01:02] I think that caused the issue in recurring_smashpig_charge too - I just need to check that will re-try [01:01:20] so yeah I vote get rid of all the old 1001s :-) [01:01:48] I guess the cache snafu makes sense, if civi1001/civi cleared its cache, it would be the redis instance on civi1001 [01:02:18] since we aren't attempting to have a shared-between-hosts cache at this point [01:02:33] oh right yeah of course [01:02:55] so I think we are all good now [01:03:53] one separate thing is it would be good to refresh staging db - maybe start the restore tomorrow & it will run over the weekend? Or just do the drupal db which is what is causing actual red marks on the screen if life is busy [01:05:11] yep, I can get that started tomorrow [01:06:27] cool thanks [01:06:39] can you try logging into civi1001 and see what happens? [01:07:14] it told me to naff off [01:07:16] oh my, I see what happens. I locked myself out too. fixing :-) [01:07:18] ha [01:14:48] Ok I restarted replication to the db I set aside for safety. The icinga mute will expire on its own. I think that's all that was left for me to do. [01:17:11] RECOVERY - check_mysql on frdb2001 is OK: Uptime: 2275936 Threads: 7 Questions: 37187865 Slow queries: 1167 Opens: 4322 Open tables: 1001 Queries per second avg: 16.339 Slave IO: Yes Slave SQL: Yes Seconds Behind Master: 0 https://icinga.wikimedia.org/cgi-bin/icinga/extinfo.cgi?type=2&host=frdb2001&service=check_mysql [01:19:06] Jeff_Green: thanks for helping. [01:19:45] sure! I'm off, have a good rest of your day! [01:19:46] also - do we have any plans to update php beyond 7.3? they want to stop supporting it for civi since it is EOL [01:19:50] oh [01:20:19] (you don't have to answer now - we can discuss later) [01:20:30] civi1002 is 7.4.x [01:20:34] oh cool [01:20:44] but I checked 1001... so got it wrong [01:21:07] also debian bookworm is stable now, I'm not sure what version is on that, but we can start looking at that upgrade [01:21:47] cool [01:22:13] ok off for real now [01:22:17] bye [01:23:35] ah backscroll wasnt loading on my phone glad my recurring fix didnt break the charge job hah [01:28:05] eileen: on your follow on audit patch what is a mow check? or did it mean to be Now check? [01:28:27] hmm the latter does seem more likely.... [01:29:33] https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/937213/1/drupal/sites/all/modules/wmf_audit/tests/WmfAuditTest.php#27 [01:29:54] (03PS2) 10Eileen: Follow up tweaks on wmf_audit patch [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937213 (https://phabricator.wikimedia.org/T335711) [01:30:16] I'm going blind - Mow just looked like Now to me [01:32:54] i thought maybe a Mow check was just something I never learned [01:52:53] (03CR) 10Cstone: [C: 03+2] "Thanks for these!" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937213 (https://phabricator.wikimedia.org/T335711) (owner: 10Eileen) [01:56:03] lol [01:57:37] cstone: if you are still about I have a minor patch to push up [01:58:12] Sure Eileen taking big pictures but I'll be back in like 5mins [02:03:09] I'm back [02:05:06] er bug pictures hah [02:06:37] (03Merged) 10jenkins-bot: Follow up tweaks on wmf_audit patch [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937213 (https://phabricator.wikimedia.org/T335711) (owner: 10Eileen) [02:15:40] (03PS1) 10Eileen: Fix for message preview not working in thank you email [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937564 (https://phabricator.wikimedia.org/T341101) [02:16:30] ok cstone if you want variety in your bugs ^^ addresses the one in civi [02:21:41] hah sure this is one of the ones I just got a picture of [02:21:42] https://inaturalist-open-data.s3.amazonaws.com/photos/299669223/large.jpeg [02:22:26] ooh the lowercase variety [02:24:04] cstone: do you have bug photos or only Bug photos... [02:24:22] impressive detail [02:26:30] eileen: is the preview broken fully on live then? [02:26:47] yep [02:26:56] hah okay sorry late night brain is being slow [02:30:52] (03CR) 10Cstone: [C: 03+2] Fix for message preview not working in thank you email [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937564 (https://phabricator.wikimedia.org/T341101) (owner: 10Eileen) [02:31:02] thanks [02:31:06] np [02:44:28] (03Merged) 10jenkins-bot: Fix for message preview not working in thank you email [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937564 (https://phabricator.wikimedia.org/T341101) (owner: 10Eileen) [02:45:13] 10Fundraising Sprint Message in a JSON blob, 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Upgrade fall out - can't search by email without the '@' - https://phabricator.wikimedia.org/T341756 (10Eileenmcnaughton) [02:45:39] 10Fundraising Sprint Message in a JSON blob, 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Upgrade fall out - can't search by email without the '@' - https://phabricator.wikimedia.org/T341756 (10Eileenmcnaughton) [02:46:12] 10Fundraising Sprint Message in a JSON blob, 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Upgrade fall out - can't search by email without the '@' or enough of it to be a 'valid' email - https://phabricator.wikimedia.org/T341756 (10Eileenmcnaughton) p:05Triage→... [02:47:15] argh the other issue Kristine has reported from the upgrade is kinda serious. It would be really serious if it was not during a quiet period - https://phabricator.wikimedia.org/T341756 [02:50:06] (03PS1) 10Eileen: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937565 [02:50:29] (03CR) 10Eileen: [C: 03+2] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937565 (owner: 10Eileen) [02:51:15] (03Merged) 10jenkins-bot: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937565 (owner: 10Eileen) [02:52:23] !log civicrm upgraded from 882e2310 to 4521c00a [02:52:24] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [03:11:48] (03PS1) 10Eileen: Fix upgrade breakage - html layer validation blocking search [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937567 (https://phabricator.wikimedia.org/T341756) [03:13:19] I've put up a patch from the other bit of fall out from the upgrade ^^^ [03:13:19] If no-one is about I'm going to self-merged because I have triaged the bug as 'unbreak now'. There are basically no users right now but under normal usage I think that would be the right priority. [03:13:19] Also, I'm happy enough with the patch not wanting to disturb anyone not otherwise working [04:06:05] (03CR) 10Eileen: [C: 03+2] "Since this is a breaking change from the upgrade, I feel confident in the patch and no-one is around I am going to self-merge this. If I t" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937567 (https://phabricator.wikimedia.org/T341756) (owner: 10Eileen) [04:19:50] (03Merged) 10jenkins-bot: Fix upgrade breakage - html layer validation blocking search [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937567 (https://phabricator.wikimedia.org/T341756) (owner: 10Eileen) [04:20:53] (03PS1) 10Eileen: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937569 [04:21:08] (03CR) 10Eileen: [C: 03+2] Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937569 (owner: 10Eileen) [04:21:52] (03Merged) 10jenkins-bot: Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/937569 (owner: 10Eileen) [04:22:30] !log civicrm upgraded from 4521c00a to 562224c1 [04:22:31] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [05:15:05] (03PS1) 10Eileen: Hopefully the last fix....Thank you mails & currency [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937571 (https://phabricator.wikimedia.org/T309349) [05:29:31] (03CR) 10CI reject: [V: 04-1] Hopefully the last fix....Thank you mails & currency [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937571 (https://phabricator.wikimedia.org/T309349) (owner: 10Eileen) [06:40:01] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising Sprint Juggalology 2022, 10Fundraising Sprint Kermit hopping principle, and 7 others: Currency code/currency symbol in Thank You emails received by Donors issu... - https://phabricator.wikimedia.org/T309349 [08:26:31] (03PS2) 10Eileen: Hopefully the last fix....Thank you mails & currency [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937571 (https://phabricator.wikimedia.org/T309349) [08:27:23] (03CR) 10Eileen: Hopefully the last fix....Thank you mails & currency (031 comment) [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/937571 (https://phabricator.wikimedia.org/T309349) (owner: 10Eileen) [08:52:18] (03CR) 10CI reject: [V: 04-1] Localisation updates from https://translatewiki.net. [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/937823 (owner: 10L10n-bot) [09:05:13] (03CR) 10Raimond Spekking: [C: 03+2] "false positive" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/937823 (owner: 10L10n-bot) [11:50:50] (03PS1) 10Jgleeson: Improve the name of mapping method. [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/937937 [12:04:50] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review: Make acoustic development dev-friendly - https://phabricator.wikimedia.org/T341017 (10jgleeson) Are we happy to move this to pending deployment? [12:05:52] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review: Fixing recurring amounts fields to account for reactivating expired donations and downgrading amounts - https://phabricator.wikimedia.org/T338917 (10jgleeson) @Wfan I added a question on https://gerrit.wikimedia.org/r/c/w... [12:18:26] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review, 10acl*WMF-FR: Load Venmo script and write client-side JS for venmo payments - https://phabricator.wikimedia.org/T340800 (10jgleeson) @Wfan @EMartin I notice we're going with QR codes. Did you see [[ https://developer.pa... [13:11:41] (03CR) 10Jgleeson: [C: 04-1] "Thanks for making a start on this. I've left a comment about refactoring the Paypal and Venmo provider classes to help reduce duplication." [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/936829 (https://phabricator.wikimedia.org/T340800) (owner: 10Wfan) [15:25:35] 10Fundraising-Backlog: Using Financial Type= Recurring Gifts for all recurring contributions in civi - https://phabricator.wikimedia.org/T341370 (10JMando) Currently I derive whether a recurring donation (gift/contribution/etc.) is a sign up or further recurring donation after the sign-up in my reporting cubes/q... [16:26:52] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review, 10acl*WMF-FR: Load Venmo script and write client-side JS for venmo payments - https://phabricator.wikimedia.org/T340800 (10AnnWF) >>! In T340800#9012314, @jgleeson wrote: > @Wfan @EMartin I notice we're going with QR co... [16:38:25] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review: Make acoustic development dev-friendly - https://phabricator.wikimedia.org/T341017 (10CodeReviewBot) wfan219 merged https://gitlab.wikimedia.org/repos/releng/dev-images/-/merge_requests/45 Add new image for fundraising-t... [16:38:37] 10fundraising-tech-ops, 10decommission-hardware, 10ops-eqiad: decommission frpig1001.frack.eqiad.wmnet - https://phabricator.wikimedia.org/T340128 (10wiki_willy) [16:38:48] ty wfan! [16:40:34] (03CR) 10Wfan: Add config for new fundraising-tools service container (031 comment) [wikimedia/fundraising/dev] - 10https://gerrit.wikimedia.org/r/936103 (https://phabricator.wikimedia.org/T341017) (owner: 10Jgleeson) [16:41:09] (03CR) 10Jgleeson: Add config for new fundraising-tools service container (031 comment) [wikimedia/fundraising/dev] - 10https://gerrit.wikimedia.org/r/936103 (https://phabricator.wikimedia.org/T341017) (owner: 10Jgleeson) [16:44:32] seems like a fair price to me https://www.bbc.co.uk/news/uk-scotland-tayside-central-66174502 [16:44:58] 10Fundraising-Backlog: India Recurring - Handle Wallet disabled status in IPNs - https://phabricator.wikimedia.org/T341300 (10Cstone) This response can be from the pre-notification IPN or from the actual charge IPN 24 hours after the pre-notification [16:51:56] (03CR) 10Cstone: [C: 03+2] "Looks good, thanks for all the work and checking on this!!!" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911839 (https://phabricator.wikimedia.org/T335388) (owner: 10Wfan) [16:53:36] (03Merged) 10jenkins-bot: Clean payment submethods and add missing payment images [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911839 (https://phabricator.wikimedia.org/T335388) (owner: 10Wfan) [17:16:54] 10Fundraising-Backlog, 10Epic: EPIC: thank you pages and hide banner cookie project: all cross team tasks - https://phabricator.wikimedia.org/T259368 (10Pcoombe) 05Open→03Resolved Closing this as all the subtasks were resolved [20:20:17] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review, 10acl*WMF-FR: Load Venmo script and write client-side JS for venmo payments - https://phabricator.wikimedia.org/T340800 (10EMartin) @wfan and @jgleeson What do you think about floating this with the technical contact I... [20:51:13] 10Fundraising Tech - Chaos Crew, 10MW-1.40-notes (1.40.0-wmf.21; 2023-01-30): Name changes required for Ingenico 3DS2.0 - https://phabricator.wikimedia.org/T312877 (10EMartin) Posting this update here from Ingenico finally on 12 July: McKay, Kyle Wed, Jul 12, 8:46 AM (1 day ago) to Dany, me, Sai, Elliott, Al... [21:07:20] 10Fundraising-Backlog: Using Financial Type= Recurring Gifts for all recurring contributions in civi - https://phabricator.wikimedia.org/T341370 (10Eileenmcnaughton) @NNichols that seems like a +1 on 2 type s- eg 'Recurring GIft' for the first and 'Recurring Gift Subsequent' for all follow ons [21:08:54] Hey - after I sent my end of day I realised I needed to do a bit more to get the currency right - it would be nice to get thisout there ....https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/937571 [21:09:39] also retrospective +2 on the one I pushed out last night when no-one was around would be nice - https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/937567/ [21:17:12] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review, 10acl*WMF-FR: Load Venmo script and write client-side JS for venmo payments - https://phabricator.wikimedia.org/T340800 (10EMartin) @Wfan @jgleeson I think this settles it. We should use the log in and NOT the QR c... [21:18:47] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review, 10acl*WMF-FR: Load Venmo script and write client-side JS for venmo payments - https://phabricator.wikimedia.org/T340800 (10AnnWF) >>! In T340800#9014194, @EMartin wrote: > @Wfan @jgleeson I think this settles it. W... [21:19:07] 10Fundraising Sprint Message in a JSON blob, 10Fundraising-Backlog, 10Patch-For-Review, 10acl*WMF-FR: Load Venmo script and write client-side JS for venmo payments - https://phabricator.wikimedia.org/T340800 (10AnnWF) [22:39:38] (03PS3) 10Wfan: Load Venmo script and write client-side JS for venmo payments [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/936809 (https://phabricator.wikimedia.org/T340800) [22:44:28] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Donor relations - likely permissions issue on contribution tracking - https://phabricator.wikimedia.org/T341834 (10Eileenmcnaughton) [22:44:55] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Donor relations - likely permissions issue on contribution tracking - https://phabricator.wikimedia.org/T341834 (10Eileenmcnaughton)