[00:07:20] (03PS1) 10Eileen: Ensure mapping_id is pre-filled into the metadata-template [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911421 (https://phabricator.wikimedia.org/T303986) [00:07:41] I just pushed up a super minor fix if anyone is able to push it through.... ^^ [01:05:37] ejegg|afk: if you get back I'd like to talk about scheduling that populate job - it rather seems to conflict with the contribution tracking job... [01:12:56] hi eileen [01:13:01] hey [01:13:02] ah that's unfortunate [01:13:05] but makes sense [01:13:10] yeah - it's just a lock [01:13:27] so far it only takes a few seconds to run the query but enough to trip up the other [01:13:37] so let me look at that mapping_id first [01:13:47] ok - yeah that one is a bit obscure [01:14:37] phew, yeah [01:15:15] I could probably spend a couple hours familiarizing myself with the parameters of those import jobs [01:16:01] want me to just point me to the code that expects to have that mapping_id populated? [01:16:57] CRM/Import/Forms.php#L977 [01:17:45] I think it's a bit of a mess up - storing in 2 places rather than the one right place but [01:19:42] ok, thanks! [01:21:18] (03CR) 10Ejegg: [C: 03+2] Ensure mapping_id is pre-filled into the metadata-template [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911421 (https://phabricator.wikimedia.org/T303986) (owner: 10Eileen) [01:21:46] always room for improvement, i guess, but whatever makes it work for now [01:24:50] I think ejegg yep! [01:26:35] so as far as scheduling the backfill, I dunno when would be good [01:27:00] the contribution tracking queue consumer runs pretty much always [01:27:17] since it's a FK to so many other things we like to have it in there asap [01:27:47] eileen: I suspect it's getting slower for the same reason it's locking - that join to the target table in the select to find which haven't been inserted yet [01:28:09] what about if we just kept track of a minimum ct_id that has been inserted in a drupal var? [01:28:38] ejegg: yeah likely - I wanted to see if we could get by with it - but maybe not possible - it still takes about 3 secs [01:28:55] with how many in so far? [01:29:31] 8million [01:30:36] I guess it's only gonna get slower but I wondered if we could turn it off for a bit & see [01:31:06] turn off the ct queue consumer [01:31:07] ? [01:32:26] yeah - but I think I might have found an issue - just checking but I might have is_test_variant in reverse [01:33:28] (03Merged) 10jenkins-bot: Ensure mapping_id is pre-filled into the metadata-template [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911421 (https://phabricator.wikimedia.org/T303986) (owner: 10Eileen) [01:36:54] (03PS1) 10Eileen: Insert into new contribution tracking [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911422 [01:39:49] (03PS1) 10Eileen: Reverse is_test_variant [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911423 [01:40:36] ejegg: yeah I think it was wrong - which probably argues for truncate & start again on populating [01:45:00] oh ok, not worth flipping existing data and continuing? [01:45:34] well it just gets a bit painful with the fact that once you do an update of 1 to 0 then you can't update 0 to 1 [01:45:53] hehe, we just need a good if statement [01:46:15] yeah - I wasn't quite sure how happy it is or isn't in 1 query [01:46:28] or '1 - is_test_variant' [01:46:40] but the 8 m that are in there didn't take that long to go in [01:46:48] ok [01:48:42] (03CR) 10CI reject: [V: 04-1] Insert into new contribution tracking [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911422 (owner: 10Eileen) [01:53:43] (03PS2) 10Eileen: Reverse is_test_variant [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911423 [01:53:57] I just added to drop & restart in ^^ [02:03:51] I just 10m at once on staging - around 15 mins [02:10:33] ah ok [02:10:59] (03CR) 10Ejegg: [C: 03+2] "yep, _cnt_ for control" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911423 (owner: 10Eileen) [02:13:50] (03PS4) 10Ejegg: Override all global prefixes for test setup [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911336 [02:23:03] (03Merged) 10jenkins-bot: Reverse is_test_variant [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911423 (owner: 10Eileen) [02:23:50] (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/911425 [02:24:14] (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/911425 (owner: 10Eileen) [02:26:28] ejegg: so what say I turn off ct for 20 mins & see how many I can pump in after my truncate? [03:04:16] eileen: if you're going to turn off the c_t queue maybe best to turn off the donations and antifraud queues too [03:04:22] hmm, and maybe recurring? [03:04:41] ejegg: so best is maybe disable all for 30 mins? [03:05:10] yeah, as long as nobody's watching the India low-level closely right now [03:05:37] hmm where could I check that [03:05:56] I kind of doubt it given the hour [03:06:34] ok [03:07:41] ejegg: so if I push a disable job do you want to check it or is disable so pro-forma [03:15:05] I think it's pro forma eileen [03:15:12] ok I'll do it now [03:16:41] !log config revision changed from 554bb874 to d1462a30 [03:16:45] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [03:16:56] ok jobs are off - now I just need to not forget them [03:19:15] oh there were not quite off [03:21:03] oh right, I want to run another job [03:21:11] gonna experiment with it at least [03:21:47] should have zero interaction with the contribution_tracking tables [03:22:35] cool [03:23:31] well darn, it's not finding those IDs [03:23:56] dang [03:24:30] I'm going to add a bit of debug data I guess [03:27:43] (03PS1) 10Ejegg: Add debug flag to FillSchemeId [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911428 [03:28:50] oh that's a bit more than I wanted [03:28:59] :-) [03:29:13] oh i see, debug is already a flag [03:30:41] I ran a few at 1 million & they went ok - 10 m is a bit tedious though - looking for that sweet spot [03:31:17] the truth is as long as the latest stuff is transferred a lot of our code doesn't care about the older stuff [03:34:46] right right [03:35:02] ok, so I guess my max(gateway_txn_id) isn't actually picking up the latest transactions [03:35:39] so it's another one of those 'currency for latest donation' type lookups [03:35:45] maybe best to chain? [03:36:06] oh yuck - yeah - it's a chain or a subquery huh [03:36:30] or I could just limit it to look at contributions received in the last 6 months [03:36:40] ok so 10m finished [03:36:57] doing 5 now as maybe less tedious [03:37:45] takes a while to get to staging [03:40:13] oh hah, I bet I get most of them by joining to wmf_donor [03:42:52] ehh, I'll just say last 45 days [03:44:19] (03PS2) 10Ejegg: Add debug info to FillSchemeId [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911428 (https://phabricator.wikimedia.org/T331754) [03:44:21] (03PS1) 10Ejegg: Limit scheme fill query to last 45 days [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911429 (https://phabricator.wikimedia.org/T331754) [03:44:23] 5m done [03:44:27] nice eileen [03:44:35] do you mind taking a quick look at ^^^ ? [03:44:37] yeah - so it is slow-ish but not slow slow [03:44:49] ejegg: re scheduling - what say I update the main cron to run 0-57 mins per hour & then set the populate cron to just do one job of 100k per hour at 58 [03:44:53] unfortunately I can't test those on staging due to network config [03:44:57] or similar [03:45:38] eileen: you don't want to try stashing a threshold time / id in a variable to see if it locks less? [03:46:03] the main job runs for 10 min at a stretch, just waiting around for incoming donations [03:46:14] ah right - it hangs around like that huh [03:46:19] so you'd have to fiddle with that to get it to stop at 57 min [03:46:24] ok [03:47:03] the thing is that I suspect we don't care that much about any except the most recent few months (which are probably in) so the rest could just dribble in - but yeah that 10 min run thing [03:47:41] ejegg: so the 2 you wanted are the debug & the limit - they look ok [03:48:11] thanks! [03:48:49] If you don't mind +2ing them i could maybe set that backfill going too [03:48:57] (03CR) 10Eileen: [C: 03+2] Add debug info to FillSchemeId [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911428 (https://phabricator.wikimedia.org/T331754) (owner: 10Ejegg) [03:49:08] (03CR) 10Eileen: [C: 03+2] Limit scheme fill query to last 45 days [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911429 (https://phabricator.wikimedia.org/T331754) (owner: 10Ejegg) [03:50:49] eileen would READ UNCOMMITTED on both sides help at all here? [03:51:12] i feel like the potential for inconsistency is low-ish in this case [03:51:52] ejegg: hmm I haven't played with that too much [03:52:29] - I have a bored teen [03:52:45] - causing distraction [03:53:18] ut-oh [03:53:30] and i should get to bed [03:53:37] (03CR) 10Ejegg: [V: 03+2] Limit scheme fill query to last 45 days [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911429 (https://phabricator.wikimedia.org/T331754) (owner: 10Ejegg) [03:53:43] (03CR) 10Ejegg: [V: 03+2] Add debug info to FillSchemeId [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911428 (https://phabricator.wikimedia.org/T331754) (owner: 10Ejegg) [03:54:18] ejegg: fair enough - well I guess I should turn the jobs on again soon [03:54:55] (03PS1) 10Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/911430 [03:54:58] (03CR) 10Ejegg: [C: 03+2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/911430 (owner: 10Ejegg) [03:55:02] (03CR) 10Ejegg: [V: 03+2 C: 03+2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/911430 (owner: 10Ejegg) [03:55:49] !log civicrm upgraded from 14644f30 to fa5265bf [03:55:53] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [03:59:44] well all of this year's trackings are in [04:02:24] (03PS1) 10Ejegg: Fix typo in scheme lookup [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911431 (https://phabricator.wikimedia.org/T331754) [04:03:39] eileen: if you're not too distracted yet, that debug output showed me my error ^^ [04:03:50] oh cool [04:04:19] (03CR) 10Eileen: [C: 03+2] Fix typo in scheme lookup [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911431 (https://phabricator.wikimedia.org/T331754) (owner: 10Ejegg) [04:05:10] :) [04:05:14] (03CR) 10Ejegg: [V: 03+2] Fix typo in scheme lookup [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911431 (https://phabricator.wikimedia.org/T331754) (owner: 10Ejegg) [04:05:45] (03PS1) 10Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/911432 [04:05:48] (03CR) 10Ejegg: [C: 03+2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/911432 (owner: 10Ejegg) [04:05:52] (03CR) 10Ejegg: [V: 03+2 C: 03+2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/911432 (owner: 10Ejegg) [04:07:14] I just overlapped with your push to turn the jobs back on, if you're wondering what happened to all the lovely yaml warnings [04:07:31] !log civicrm upgraded from fa5265bf to 2bc9f372 [04:07:35] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [04:08:30] ejegg: ok - so the jobs are back on? [04:08:45] yep [04:08:54] !log re-enabled fundraising scheduled jobs [04:08:57] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [04:09:00] I expect we will get a celebratory fail mail [04:09:27] woo, we're getting scheme ids at least! [04:09:44] yay [04:10:59] let's see, I can do 100 in 21 sec [04:11:13] maybe I don't want to do it at peak recurring charge hours [04:14:11] so if I start it at 08:00 UTC doing batches of 200 every 2 minutes we will get them all filled in 2-3 days [04:15:05] well I got somewhat north of 25 m rows in - I suspect that will be enough to focus on the other parts of the process for a bit cos the goal is people to see it + to start writing the data - which I got a passing-so-far patch through on [04:24:29] nice [04:24:54] yeah, i was excited to see that php patch already! [04:27:55] ok, heading out [05:38:49] (03CR) 10CI reject: [V: 04-1] Localisation updates from https://translatewiki.net. [extensions/DonationInterface] (REL1_39) - 10https://gerrit.wikimedia.org/r/911552 (owner: 10L10n-bot) [07:28:18] (03CR) 10Nikerabbit: [V: 03+2] Localisation updates from https://translatewiki.net. [extensions/DonationInterface] (REL1_40) - 10https://gerrit.wikimedia.org/r/910204 (owner: 10L10n-bot) [07:32:18] (03CR) 10Nikerabbit: [V: 03+2] Localisation updates from https://translatewiki.net. [extensions/DonationInterface] (REL1_39) - 10https://gerrit.wikimedia.org/r/911552 (owner: 10L10n-bot) [13:35:53] (03CR) 10Damilare Adedoyin: [C: 03+2] Split out card-specific property mapping [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909430 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [13:36:46] (03Merged) 10jenkins-bot: Split out card-specific property mapping [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909430 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [15:21:58] (03Abandoned) 10Jforrester: Remove unused submodules added with security release 1.35.1 [core] (fundraising/REL1_35) - 10https://gerrit.wikimedia.org/r/650527 (owner: 10Jgleeson) [15:22:02] (03Abandoned) 10Jforrester: DO NOT MERGE! [core] (fundraising/REL1_35) - 10https://gerrit.wikimedia.org/r/627902 (owner: 10Jgleeson) [15:52:24] fr-tech does this patch give anyone else more passing DI tests locally? https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DonationInterface/+/911336 [15:53:34] let me try it ejegg [15:55:49] (03CR) 10Ejegg: "Thanks for finding these! One suggestion inline" [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/910611 (https://phabricator.wikimedia.org/T334937) (owner: 10Wfan) [16:00:24] hmmm is my local super out of date or something ejegg I'm getting Error: Class 'Wikimedia\TestingAccessWrapper' [16:00:29] without your patch [16:00:30] lets see [16:00:53] cstone oh you just need to composer install [16:01:00] that error means it had no-dev [16:01:05] ahh okay [16:01:19] oh crap, it looks like my adyen async patch broken 3ds :( [16:01:24] I need to fix that stat [16:05:12] (03PS1) 10Ejegg: Fix Adyen 3ds [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911895 [16:05:32] sorry fr-tech, I wasn't cautious enough about that. Here's the fix ^^^ [16:08:22] ok, back in ingenico disentanglement land, I want to add another parameter to the createPaymentSession call, to indicate that we want a speculative tokenization like the Adyen CARD_ON_FILE recurringModel [16:08:44] I guess I could just use the same thing, unless someone has a better idea [16:11:03] (03CR) 10Cstone: [C: 03+2] "Looks good fixes locally and tested with all the payment methods" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911895 (owner: 10Ejegg) [16:13:06] (03Merged) 10jenkins-bot: Fix Adyen 3ds [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911895 (owner: 10Ejegg) [16:18:47] (03PS4) 10Ejegg: Add amount and currency to Paypal detail response [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909431 [16:18:49] (03PS6) 10Ejegg: Catch exceptions in createPaymentSession [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909799 (https://phabricator.wikimedia.org/T260725) [16:18:51] (03PS3) 10Ejegg: Handle ApiException in getLatestPaymentStatus [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/910106 (https://phabricator.wikimedia.org/T260725) [16:19:18] (03PS1) 10Ejegg: Interface for createPaymentSession [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/911896 (https://phabricator.wikimedia.org/T323962) [16:19:48] (03CR) 10CI reject: [V: 04-1] Interface for createPaymentSession [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/911896 (https://phabricator.wikimedia.org/T323962) (owner: 10Ejegg) [16:19:50] thanks cstone! [16:20:48] how long has that been out there ejegg? it just hung for me locally which may have created some dr emails [16:22:50] yeah, I bet it has :( [16:22:53] let me see [16:23:12] I can write a msg on slack to let them know [16:23:15] merged to master Apr 20th, so not very long [16:23:19] ok [16:23:26] or I can do it, it was my bug [16:23:59] ok, I would have deployed in the same day [16:24:04] sure just didn't know if you were deep in the ingenico code there [16:24:20] nah, just wading near shore still [16:24:28] lost in the ingenico sea [16:32:45] (03PS1) 10Ejegg: Doc for donation_rules.yaml [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911899 [16:32:56] lmk if that is clearly worded ^^^ [16:33:44] ejegg: could you maybe add like an example commented out of one with conditions? [16:34:28] ok, will do [16:40:50] (03PS2) 10Ejegg: Doc for donation_rules.yaml [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911899 [16:41:32] (03PS1) 10Ejegg: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - 10https://gerrit.wikimedia.org/r/911900 [16:41:34] (03CR) 10Ejegg: [C: 03+2] Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - 10https://gerrit.wikimedia.org/r/911900 (owner: 10Ejegg) [16:50:30] (03Merged) 10jenkins-bot: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - 10https://gerrit.wikimedia.org/r/911900 (owner: 10Ejegg) [16:53:32] (03PS1) 10Ejegg: Update guzzlehttp/psr7 in composer.lock [core] (fundraising/REL1_39) - 10https://gerrit.wikimedia.org/r/911906 [16:53:42] (03CR) 10Ejegg: [C: 03+2] Update guzzlehttp/psr7 in composer.lock [core] (fundraising/REL1_39) - 10https://gerrit.wikimedia.org/r/911906 (owner: 10Ejegg) [16:54:06] (03CR) 10Cstone: [C: 03+2] "Thanks for these!" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911899 (owner: 10Ejegg) [16:54:40] ejegg: for the DI test one do you still have one test failing locally with the patch? [16:55:22] !log payments-wiki upgraded from 2a4c450d to f30bc859 [16:55:26] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [16:55:37] cstone: oh probably, I just have the Ingenico tests passing [16:55:55] ahh okay it did fix 4 tests for me [16:55:57] and that's without much for additional localsettings [16:56:17] so if you have more special localsettings, those might be breaking other tests [16:56:40] but that patch is a good basis to steamroll over whatever other customizations might exist [16:56:51] ok, that's the fix out [16:57:14] I'll write the slack message [16:58:10] errr, would you assume the talk-to-fr-tech channel there? [17:01:35] i usually would put stuff like that in fundraising-donorrelations [17:01:58] ohhh, I'll cross-post [17:02:05] I'm not in that one yet [17:02:11] (03Merged) 10jenkins-bot: Update guzzlehttp/psr7 in composer.lock [core] (fundraising/REL1_39) - 10https://gerrit.wikimedia.org/r/911906 (owner: 10Ejegg) [17:02:12] hmm i see you in there [17:04:03] hah i guess i just didn't see it in the list when i was scanning for places to announce [17:06:32] (03Merged) 10jenkins-bot: Doc for donation_rules.yaml [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911899 (owner: 10Ejegg) [17:15:17] thanks for the announcements ejegg! Czech banners are still running until the 30th - any reason to pause them? [17:18:55] haley_: no, it should be fine to keep going [17:19:26] I'm really sorry about that careless mistake [17:20:12] got it, thanks! [17:26:28] (03PS1) 10Ejegg: Ingenico createPaymentSession: add recurring_model [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/911910 (https://phabricator.wikimedia.org/T260725) [17:37:03] (03CR) 10Cstone: [C: 03+2] "Thanks for this! Ingenico tests are all passing locally for me now" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911336 (owner: 10Ejegg) [17:37:45] (03CR) 10Damilare Adedoyin: [C: 03+2] Add amount and currency to Paypal detail response [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909431 (owner: 10Ejegg) [17:43:13] (03PS5) 10Ejegg: Override all global prefixes for test setup [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911336 [17:43:15] (03PS5) 10Ejegg: Ingenico disentanglement: clean up doPayment [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/908670 (https://phabricator.wikimedia.org/T260725) [17:43:48] ok, thanks for the review damilare and cstone ! [17:44:11] oops that "ok, " was just hanging out on the prompt [17:44:16] (03Merged) 10jenkins-bot: Add amount and currency to Paypal detail response [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909431 (owner: 10Ejegg) [17:44:45] right, it was to say "ok, I'm going to grab some lunch" [17:45:18] (03CR) 10CI reject: [V: 04-1] Ingenico disentanglement: clean up doPayment [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/908670 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [17:49:26] (03CR) 10Damilare Adedoyin: [C: 03+2] "Thanks for this, we could add test coverage for this in a follow on." [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909799 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [17:49:58] (03Merged) 10jenkins-bot: Catch exceptions in createPaymentSession [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/909799 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [17:51:48] (03CR) 10Damilare Adedoyin: [C: 03+2] Handle ApiException in getLatestPaymentStatus [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/910106 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [17:52:22] (03Merged) 10jenkins-bot: Handle ApiException in getLatestPaymentStatus [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/910106 (https://phabricator.wikimedia.org/T260725) (owner: 10Ejegg) [18:23:49] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog: ingenico show card info in log - https://phabricator.wikimedia.org/T335374 (10AnnWF) [18:46:25] 10Fundraising-Backlog: Investigation: Scope out and write tasks for Recurring donor upgrade project - https://phabricator.wikimedia.org/T335375 (10AKanji-WMF) [18:48:35] 10Fundraising-Backlog: Investigation: Scope out and write tasks for Recurring donor upgrade project - https://phabricator.wikimedia.org/T335375 (10AKanji-WMF) [18:51:27] 10Fundraising-Backlog: Investigation: Scope Segmentation in Civi & Acoustic - https://phabricator.wikimedia.org/T335376 (10AKanji-WMF) [18:51:35] ejegg: looks like that test fix patch got attached to another one (or maybe you meant to do that?) [18:57:19] oh oops [18:57:28] let me see [18:58:19] weird [18:58:25] ah maybe just a rebase snag? [18:58:35] looks like I did rebase it while it was in gate+submit [18:58:53] (03CR) 10Ejegg: "recheck" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/911336 (owner: 10Ejegg) [19:05:20] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal: Change language re phone number field for UPI - https://phabricator.wikimedia.org/T334952 (10XenoRyet) 05Open→03Resolved [19:06:24] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal: dlocal MC with default country and fiscal number not working for multiple currencies - https://phabricator.wikimedia.org/T334416 (10XenoRyet) 05Open→03Resolved [19:06:29] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal, and 4 others: Enable Monthly Convert for DLocal in all markets that support recurring cards - https://phabricator.wikimedia.org/T324624 (10XenoRyet) [19:07:31] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal: Ensure fiscal number for India (PAN) is not stored - https://phabricator.wikimedia.org/T333322 (10XenoRyet) 05Open→03Declined [19:08:05] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal: Dlocal pending transaction resolver status call returning invalid credentials - https://phabricator.wikimedia.org/T334943 (10XenoRyet) 05Open→03Resolved [19:08:28] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal, 10MW-1.41-notes (1.41.0-wmf.5; 2023-04-17): Update the PAN field label on the dLocal India recurring form. - https://phabricator.wikimedia.org/T334103 (10XenoRyet) 05Open→03Resolved [19:08:30] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal: Ensure fiscal number for India (PAN) is not stored - https://phabricator.wikimedia.org/T333322 (10XenoRyet) [19:09:44] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: Testing: Paytm recurring remains in pending status - https://phabricator.wikimedia.org/T332835 (10XenoRyet) 05Open→03Resolved [19:09:57] 10Fundraising-Backlog, 10FR-dlocal, 10Epic: Upgrade Dlocal to leverage Smartfields/no redirect - https://phabricator.wikimedia.org/T274300 (10XenoRyet) [19:10:03] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal, 10MW-1.41-notes (1.41.0-wmf.5; 2023-04-17): Dlocal prod account switcheroo - https://phabricator.wikimedia.org/T334414 (10XenoRyet) 05Open→03Resolved [19:10:30] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: CT-to-Civi-Phase 1 Create new CiviCRM contribution tracking entity - https://phabricator.wikimedia.org/T334532 (10XenoRyet) 05Open→03Resolved [19:10:33] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: Scope contribution tracking - https://phabricator.wikimedia.org/T182030 (10XenoRyet) [19:11:12] 10Fundraising Sprint Bridge over troubled Wifi, 10Fundraising Sprint Can't touch $this, 10Fundraising Sprint Drop It Like It's Fraud, 10Fundraising Sprint Everything I Merge I Merge For You, and 13 others: Creating New Matching Gift Import - https://phabricator.wikimedia.org/T303986 (10XenoRyet) 05Open→... [19:11:50] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fr-donorservices: Civi not keeping the mailing address attached to the active recurring donation after merging - https://phabricator.wikimedia.org/T330231 (10XenoRye... [19:12:31] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Local dev venvironment bug (recent?) - not including vendor/autoload.php - https://phabricator.wikimedia.org/T334440 (10XenoRyet) 05Open→03Resolved [19:12:57] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: CT-to-Civi-Phase 1 Create new CiviCRM contribution tracking entity - https://phabricator.wikimedia.org/T334532 (10XenoRyet) [19:12:59] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: CT-to-Civi-Phase 1 - exclude new contribution tracking entity from logging - https://phabricator.wikimedia.org/T334533 (10XenoRyet) 05Open→03Resolved [19:13:41] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10FR-dlocal, 10Patch-For-Review: Handle dLocal Fiscal Number errors - https://phabricator.wikimedia.org/T333725 (10XenoRyet) 05Open→03Resolved [19:15:38] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, and 3 others: Update DLocal audit parsing to tag donations as 'dlocal' rather than 'astropay' when appropriate - https://phabricator.wikimedia.org/T324292 (10Ejegg) [19:15:46] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: astropay audit parse with dlocal bank code: IR - https://phabricator.wikimedia.org/T334545 (10Ejegg) [19:15:52] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: astropay audit parse with dlocal bank code: IR - https://phabricator.wikimedia.org/T334545 (10XenoRyet) 05Open→03Resolved [19:16:04] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, and 3 others: Update DLocal audit parsing to tag donations as 'dlocal' rather than 'astropay' when appropriate - https://phabricator.wikimedia.org/T324292 (10Ejegg) 05... [19:16:06] 10Fundraising-Backlog, 10FR-dlocal, 10Epic: Upgrade Dlocal to leverage Smartfields/no redirect - https://phabricator.wikimedia.org/T274300 (10Ejegg) [19:16:52] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10Epic: Scope contribution tracking - https://phabricator.wikimedia.org/T182030 (10Dwisehaupt) [19:17:45] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10FR-dlocal: dlocal refund could not find parent error - https://phabricator.wikimedia.org/T334989 (10XenoRyet) 05Open→03Resolved [19:18:31] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10FR-dlocal, 10Patch-For-Review: Don't strtoupper dlocal ids - https://phabricator.wikimedia.org/T335057 (10XenoRyet) 05Open→03Resolved [19:19:16] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog: No images loaded for Payment Submethods in Brazil cash method (Boletos) - https://phabricator.wikimedia.org/T334737 (10XenoRyet) 05Open→03Resolved [19:19:30] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog: Contact not exist from civicrm_contact - https://phabricator.wikimedia.org/T334548 (10XenoRyet) 05Open→03Resolved [19:19:53] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10FR-dlocal: dlocal recurring issue: contribution_id is not being written to the contribution_tracking record following CiviCRM import - https://phabricator.wikimedia.org/T334942 (10XenoRyet) 05Open→03Resolved [19:21:02] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10FR-dlocal, 10Patch-For-Review: Recurring donation, but no subscription ID or recurring payment token found. Source: - https://phabricator.wikimedia.org/T335303 (10XenoRyet) [19:30:40] (03PS2) 10Ejegg: Add mocked monthly convert amount suggestions to dlocal [wikimedia/fundraising/dev] - 10https://gerrit.wikimedia.org/r/907998 (https://phabricator.wikimedia.org/T324624) (owner: 10Wfan) [19:30:46] (03CR) 10Ejegg: [V: 03+2 C: 03+2] Add mocked monthly convert amount suggestions to dlocal [wikimedia/fundraising/dev] - 10https://gerrit.wikimedia.org/r/907998 (https://phabricator.wikimedia.org/T324624) (owner: 10Wfan) [19:32:10] thanks ejegg :) [19:52:12] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Reporting request from Amy - https://phabricator.wikimedia.org/T335381 (10Eileenmcnaughton) [20:07:32] 10Fundraising-Backlog, 10fr-donorservices: Wrap merges in a transaction - https://phabricator.wikimedia.org/T335382 (10Eileenmcnaughton) [20:08:00] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 10fr-donorservices: Wrap merges in a transaction - https://phabricator.wikimedia.org/T335382 (10Eileenmcnaughton) [20:11:31] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Based on the new log find out why those contact with donation get deleted - https://phabricator.wikimedia.org/T317254 (10AKanji-WMF) Need to address {https://phabricator.wikimedia.org/T321253} before this task [20:12:18] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Address speed for `delete_deleted_contacts` - https://phabricator.wikimedia.org/T321253 (10Eileenmcnaughton) [20:12:20] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Create a cron job that query those contacts with donation get deleted, and send failmail to alert us - https://phabricator.wikimedia.org/T317257 (10Eileenmcnaughton) [20:12:22] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Based on the new log find out why those contact with donation get deleted - https://phabricator.wikimedia.org/T317254 (10Eileenmcnaughton) [20:17:59] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog: CT-to-Civi-Phase 1.5 - Update code references to contribution_tracking - https://phabricator.wikimedia.org/T334537 (10Eileenmcnaughton) [20:20:56] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 10MediaWiki-extensions-DonationInterface: CT-to-Civi-Phase 2: send & consume de-concatenated fields - https://phabricator.wikimedia.org/T334904 (10AKanji-WMF) [20:35:39] 10Fundraising-Backlog, 10fundraising_sprint_i_2023: Investigation: Scope Segmentation in Civi & Acoustic - https://phabricator.wikimedia.org/T335376 (10AKanji-WMF) [20:35:41] 10Fundraising-Backlog, 10fundraising_sprint_i_2023: Investigation: Scope out and write tasks for Recurring donor upgrade project - https://phabricator.wikimedia.org/T335375 (10AKanji-WMF) [20:35:43] 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10FR-Smashpig, 10Recurring-Donations: Stop hardcoding payment_method=cc in SmashPig recurring donation messages - https://phabricator.wikimedia.org/T334991 (10AKanji-WMF) [20:35:47] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10FR-Adyen, 10MediaWiki-extensions-DonationInterface: Upgrade to newer version of Adyen JS SDK - https://phabricator.wikimedia.org/T334999 (10AKanji-WMF) [20:35:51] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: Update fundraising-dev SmashPig image Apache config - https://phabricator.wikimedia.org/T334894 (10AKanji-WMF) [20:35:57] 10Fundraising Tech - Chaos Crew, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10FR-dlocal, 10MediaWiki-extensions-DonationInterface: "Order id is duplicated" error from dlocal - https://phabricator.wikimedia.org/T334905 (10AKanji-WMF) [20:36:01] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: CT-to-Civi-Phase 1.5 Go through phab tasks & clean up relating to contribution tracking - https://phabricator.wikimedia.org/T334539 (10AKanji-WMF) [20:36:05] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: CT-to-Civi-Phase 1 - expose in the UI - https://phabricator.wikimedia.org/T334540 (10AKanji-WMF) [20:36:09] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: CT-to-Civi-Phase 1.5 cleanup & update contribution_tracking documentation - https://phabricator.wikimedia.org/T334538 (10AKanji-WMF) [20:36:13] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: CT-to-Civi-Phase 1.5 - Update code references to contribution_tracking - https://phabricator.wikimedia.org/T334537 (10AKanji-WMF) [20:36:17] 10Fundraising-Backlog, 10fundraising-tech-ops, 10fundraising_sprint_i_2023: Ingenico Audit - They are moving their SFTP server to MFT - https://phabricator.wikimedia.org/T334239 (10AKanji-WMF) [20:36:21] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 10fundraising_sprint_i_2023: Geocoding data needs to be updated as some have not been done correctly on merge - https://phabricator.wikimedia.org/T334152 (10AKanji-WMF) [20:36:25] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10Patch-For-Review: CT-to-Civi-Phase 1 Create a view to replace the drupal table - https://phabricator.wikimedia.org/T334535 (10AKanji-WMF) [20:36:29] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10Patch-For-Review: CT-to-Civi-Phase 1 - populate the civi fields - https://phabricator.wikimedia.org/T334534 (10AKanji-WMF) [20:36:33] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: SmashPig Adapter Layer - https://phabricator.wikimedia.org/T332236 (10AKanji-WMF) [20:36:37] 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 10fundraising_sprint_i_2023: Update triggers to not save details for thank you letters - https://phabricator.wikimedia.org/T332074 (10AKanji-WMF) [20:36:41] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, and 3 others: Handle Refund/Chargeback IPNS for Dlocal - https://phabricator.wikimedia.org/T330723 (10AKanji-WMF) [20:36:47] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, and 4 others: Enable Monthly Convert for DLocal in all markets that support recurring cards - https://phabricator.wikimedia.org/T324624 (10AKanji-WMF) [20:36:51] 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10fr-donorservices: How can we enable upselling of existing recurring donation amount? - https://phabricator.wikimedia.org/T325317 (10AKanji-WMF) [20:36:55] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, and 2 others: DLocal Audit - Test with new integration - https://phabricator.wikimedia.org/T324347 (10AKanji-WMF) [20:36:59] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10Patch-For-Review: Add Online Banking for Czech Republic - https://phabricator.wikimedia.org/T328717 (10AKanji-WMF) [20:37:03] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, and 4 others: Update DLocal createPayment for UPI / DIRECT method - https://phabricator.wikimedia.org/T324294 (10AKanji-WMF) [20:37:07] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023: Ingenico/Worldline addition of Initial Scheme Transaction ID to avoid recurring declines - https://phabricator.wikimedia.org/T331754 (10AK... [20:37:13] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10MediaWiki-extensions-DonationInterface, and 2 others: Delete Globalcollect adapter, fold still-used code into Ingenico adapter - https://phabricator.wikimedia.org/T260725 (10AKanji-WMF) [20:37:17] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10fundraising_sprint_i_2023, 10Epic: Scope contribution tracking - https://phabricator.wikimedia.org/T182030 (10AKanji-WMF) [20:37:21] 10Fundraising Sprint Highway to Hello World, 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 10fundraising_sprint_i_2023: Make contribution tracking data visible in CiviCRM - https://phabricator.wikimedia.org/T158140 (10AKanji-WMF) [20:37:25] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Highway to Hello World, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising Sprint Juggalology 2022, and 7 others: Currency code/currency symbol in Thank You emails received by Donors issues - https://phabricator.wikimedia.org/T309349... [20:47:50] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: CT-to-Civi-Phase 1.5 Go through phab tasks & clean up relating to contribution tracking - https://phabricator.wikimedia.org/T334539 (10AKanji-WMF) [20:47:53] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: CT-to-Civi-Phase 1.5 cleanup & update contribution_tracking documentation - https://phabricator.wikimedia.org/T334538 (10AKanji-WMF) [20:47:56] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: CT-to-Civi-Phase 1.5 - Update code references to contribution_tracking - https://phabricator.wikimedia.org/T334537 (10AKanji-WMF) [20:47:58] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: SmashPig Adapter Layer - https://phabricator.wikimedia.org/T332236 (10AKanji-WMF) [20:48:00] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Make contribution tracking data visible in CiviCRM - https://phabricator.wikimedia.org/T158140 (10AKanji-WMF) [20:48:02] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising Sprint Juggalology 2022, 10Fundraising Sprint Kermit hopping principle, and 6 others: Currency code/currency symbol in Thank You emails received by Donors issu... - https://phabricator.wikimedia.org/T309349 [20:48:54] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10FR-Adyen, 10MediaWiki-extensions-DonationInterface: Upgrade to newer version of Adyen JS SDK - https://phabricator.wikimedia.org/T334999 (10AKanji-WMF) [20:48:59] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: Update fundraising-dev SmashPig image Apache config - https://phabricator.wikimedia.org/T334894 (10AKanji-WMF) [20:49:01] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: CT-to-Civi-Phase 1 - expose in the UI - https://phabricator.wikimedia.org/T334540 (10AKanji-WMF) [20:49:09] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Patch-For-Review: CT-to-Civi-Phase 1 Create a view to replace the drupal table - https://phabricator.wikimedia.org/T334535 (10AKanji-WMF) [20:49:20] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Patch-For-Review: CT-to-Civi-Phase 1 - populate the civi fields - https://phabricator.wikimedia.org/T334534 (10AKanji-WMF) [20:49:30] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10FR-Smashpig, and 2 others: Handle Refund/Chargeback IPNS for Dlocal - https://phabricator.wikimedia.org/T330723 (10AKanji-WMF) [20:49:38] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Patch-For-Review: Add Online Banking for Czech Republic - https://phabricator.wikimedia.org/T328717 (10AKanji-WMF) [20:49:48] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10FR-dlocal, and 3 others: Enable Monthly Convert for DLocal in all markets that support recurring cards - https://phabricator.wikimedia.org/T324624 (10AKanji-WMF) [20:49:50] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10FR-dlocal: DLocal Audit - Test with new integration - https://phabricator.wikimedia.org/T324347 (10AKanji-WMF) [20:49:55] 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10FR-Smashpig, and 3 others: Update DLocal createPayment for UPI / DIRECT method - https://phabricator.wikimedia.org/T324294 (10AKanji-WMF) [20:50:06] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10MediaWiki-extensions-DonationInterface, 10Patch-For-Review, 10Technical-Debt: Delete Globalcollect adapter, fold still-used code into Ingenico adapter - https://phabricator.wikimedia.org/T260725 (10AKanji-WMF) [20:50:10] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Epic: Scope contribution tracking - https://phabricator.wikimedia.org/T182030 (10AKanji-WMF) [20:50:14] 10Fundraising Sprint Fish HEAD^, 10Fundraising Sprint Go Your Own Pay, 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog: Ingenico/Worldline addition of Initial Scheme Transaction ID to avoid recurring declines - https://phabricator.wikimedia.org/T331754 (10AKanji-WMF) [21:03:06] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10FR-Smashpig, 10Recurring-Donations: Stop hardcoding payment_method=cc in SmashPig recurring donation messages - https://phabricator.wikimedia.org/T334991 (10AnnWF) a:03AnnWF [21:55:03] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: MG Import - type error on organization id but no name - https://phabricator.wikimedia.org/T335384 (10Eileenmcnaughton) [21:55:16] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: MG Import - type error on organization id but no name - https://phabricator.wikimedia.org/T335384 (10Eileenmcnaughton) [21:55:24] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: MG Import - type error on organization id but no name - https://phabricator.wikimedia.org/T335384 (10Eileenmcnaughton) a:03Eileenmcnaughton [21:55:45] (03PS1) 10Eileen: Make test helpers more flexible [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911942 (https://phabricator.wikimedia.org/T335384) [22:43:01] (03PS1) 10Ejegg: Update guzzlehttp/psr7 [wikimedia/fundraising/crm/vendor] - 10https://gerrit.wikimedia.org/r/911946 [22:43:08] (03PS1) 10Ejegg: Update guzzlehttp/psr7 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911947 [22:43:13] (03CR) 10Ejegg: [C: 03+2] Update guzzlehttp/psr7 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911947 (owner: 10Ejegg) [22:43:26] (03CR) 10Ejegg: [C: 03+2] Update guzzlehttp/psr7 [wikimedia/fundraising/crm/vendor] - 10https://gerrit.wikimedia.org/r/911946 (owner: 10Ejegg) [22:44:23] (03PS1) 10Eileen: Order tracking DESC [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911948 [22:54:23] (03PS2) 10Eileen: Order tracking DESC [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911948 [22:55:33] (03Merged) 10jenkins-bot: Update guzzlehttp/psr7 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911947 (owner: 10Ejegg) [22:55:38] (03Merged) 10jenkins-bot: Update guzzlehttp/psr7 [wikimedia/fundraising/crm/vendor] - 10https://gerrit.wikimedia.org/r/911946 (owner: 10Ejegg) [22:58:08] (03PS3) 10Eileen: Order tracking DESC [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911948 [23:05:43] (03PS2) 10Eileen: Make test helpers more flexible [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911942 (https://phabricator.wikimedia.org/T335384) [23:06:17] (03CR) 10Wfan: [V: 03+2 C: 03+2] "Looks great, tested see id desc now:" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911948 (owner: 10Eileen) [23:09:19] (03PS3) 10Eileen: Make test helpers more flexible [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911942 (https://phabricator.wikimedia.org/T335384) [23:10:38] (03CR) 10Wfan: [V: 03+2 C: 03+2] Order tracking DESC (031 comment) [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/911948 (owner: 10Eileen) [23:25:57] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10fundraising-tech-ops: Ingenico Audit - They are moving their SFTP server to MFT - https://phabricator.wikimedia.org/T334239 (10Cstone) I sent an email requesting our group email address be fr-tech@ [23:27:45] 10Fundraising Sprint Istanbool (not Constantidouble), 10Fundraising-Backlog, 10fundraising-tech-ops: Ingenico Audit - They are moving their SFTP server to MFT - https://phabricator.wikimedia.org/T334239 (10Cstone) a:03Cstone [23:54:50] (03PS6) 10Ejegg: Add css for other amount and the larger amount class updatet [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/908662 (https://phabricator.wikimedia.org/T334308) (owner: 10Wfan) [23:54:57] (03CR) 10Ejegg: [C: 03+2] "Looks good, thanks!" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/908662 (https://phabricator.wikimedia.org/T334308) (owner: 10Wfan) [23:55:22] 10Fundraising-Backlog, 10fundraising-tech-ops: Fr-Tech 2022q4 maintenance window - https://phabricator.wikimedia.org/T333485 (10Dwisehaupt) [23:55:37] thx ejegg~ [23:56:23] 10Fundraising-Backlog, 10fundraising-tech-ops: Fr-Tech 2022q4 maintenance window - https://phabricator.wikimedia.org/T333485 (10Dwisehaupt) [23:56:35] (03Merged) 10jenkins-bot: Add css for other amount and the larger amount class updatet [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/908662 (https://phabricator.wikimedia.org/T334308) (owner: 10Wfan) [23:58:08] wfan I'm not sure if we want to show all those new payment methods for all the countries you've added in the card type validation patch: https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/SmashPig/+/910611 [23:58:48] can you maybe split those out into a separate patch so we can get the card type validation out earlier and confirm with Evelyn which cash + bank methods we want to show for which countries? [23:59:50] ok, I can update the yaml file https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DonationInterface/+/910079 here