View Issue Details

IDProjectCategoryView StatusLast Update
0009881Talerchallengerpublic2025-05-10 04:10
ReporterChristian Grothoff Assigned Tosebasjm  
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.0Fixed in Version1.0 
Summary0009881: postal challenger does not ask for country
DescriptionWhen I use 'postal-registration' in the AML SPA, the KYC SPA does *not* ask for the country in the dialog, also does NOT SHOW a country, and on top of that then does not default to Switzerland, so upon submission the ADDRESS_COUNTRY is simply left empty.

We use ADDRESS_TYPE = "postal-ch", which means you should not ask for the country as input, but you MUST still show that the country WILL be Switzerland. We don't want users to enter a different country in the address lines!

The above said, the challenger-send-post.ch still *requires* ADDRESS_COUNTRY to be set in the JSON so we can generate a proper address, so you MUST provide one, even if the user didn't enter it. So for "postal-ch", you must always output {"ADDRESS_COUNTRY":"CH",...}.
TagsNo tags attached.

Activities

Christian Grothoff

2025-05-05 21:03

manager   ~0024788

Note: this seems to depend on me triggering the challenger via the AML SPA, it doesn't happen if I trigger it on other paths. Strange. Still, hopefully you can fix it ;-).

sebasjm

2025-05-06 08:18

developer   ~0024799

this is the updated form
the country is disabled so it can't be changed
the address label is now "Swiss address" with a helper below

and the posted value

{
  "attempts_left": 3,
  "type": "created",
  "address": {
    "CONTACT_NAME": "sebasjm",
    "ADDRESS_LINES": "this is my\nch addr",
    "ADDRESS_COUNTRY": "CH"
  },
  "transmitted": true,
  "retransmission_time": {
    "t_s": 1746512261
  }
}
image.png (44,537 bytes)   
image.png (44,537 bytes)   

sebasjm

2025-05-06 08:19

developer   ~0024800

i think this is solved

> the KYC SPA does *not* ask for the country in the dialog
I may be confused, but this is the challenger SPA. if we need a similar fix in the kyc spa then reopen please

Christian Grothoff

2025-05-06 09:05

manager   ~0024803

As the title says: this is about challenger, not KYC SPA.

Issue History

Date Modified Username Field Change
2025-05-05 20:35 Christian Grothoff New Issue
2025-05-05 20:35 Christian Grothoff Status new => assigned
2025-05-05 20:35 Christian Grothoff Assigned To => sebasjm
2025-05-05 20:40 Christian Grothoff Description Updated
2025-05-05 20:41 Christian Grothoff Priority normal => urgent
2025-05-05 20:41 Christian Grothoff Target Version 1.0 stretch goals => 1.0
2025-05-05 21:03 Christian Grothoff Note Added: 0024788
2025-05-05 21:03 Christian Grothoff Target Version 1.0 => 1.0 stretch goals
2025-05-06 08:18 sebasjm Note Added: 0024799
2025-05-06 08:18 sebasjm File Added: image.png
2025-05-06 08:19 sebasjm Status assigned => resolved
2025-05-06 08:19 sebasjm Resolution open => fixed
2025-05-06 08:19 sebasjm Note Added: 0024800
2025-05-06 09:05 Christian Grothoff Note Added: 0024803
2025-05-06 09:05 Christian Grothoff Fixed in Version => 1.0
2025-05-06 09:05 Christian Grothoff Target Version 1.0 stretch goals => 1.0
2025-05-10 04:10 Christian Grothoff Status resolved => closed