View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007712 | module Amazon Pay | main | public | 2024-08-29 09:37 | 2024-10-11 12:33 |
Reporter | mount7 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 2.1.5 / 3.1.5 | ||||
Summary | 0007712: EU country filter for delivery address causes read warning in amazon pay express for CH | ||||
Description | Why is the delivery address for amazon pay express limited to eu only? Two functions in Core\Config: https://github.com/OXID-eSales/amazon-pay-module/blob/691d0bdc5e2295350ad5a7ed54834878bf03039c/src/Core/Config.php#L249 public function getPossibleEUAddressesAbbr() => returns abbreviation off all configured delivery addresses public function getPossibleEUAddresses() => returns result from above but filtered by $amazonEUAddresses protected $amazonEUAddresses = [ 'AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE' ]; | ||||
Additional Information | Callstack: Config.php:253, OxidSolutionCatalysts\AmazonPay\Core\Config->getPossibleEUAddresses() ViewConfig.php:256, OxidSolutionCatalysts\AmazonPay\Core\ViewConfig->getPayloadExpress() ...amazonexpressbutton.tpl.php:10, include() | ||||
Tags | No tags attached. | ||||
Attached Files | |||||