Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048535 | Retail Modules | Web POS | public | 2022-02-04 14:34 | 2022-03-01 09:08 |
|
Reporter | adrianromero | |
Assigned To | adrianromero | |
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR22Q2 | |
Merge Request Status | merged |
Review Assigned To | caristu |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0048535: Payment log messages throws an exception if the parameter cannot be stringified |
Description | Logging expressions used by the payment flow might raise an exception if objects cannot be stringified for example if there are circular references.
OB.info(
`ModalProviderGroup: processPayment response: ${JSON.stringify(
response
)}`
|
Steps To Reproduce | N/A |
Proposed Solution | Replace logging instructions by
OB.info(
`ModalProviderGroup: processPayment response: ${response}`);
|
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0048413 | | closed | adrianromero | Improves client log in payments, refunds and void operations |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-02-04 14:34 | adrianromero | New Issue | |
2022-02-04 14:34 | adrianromero | Assigned To | => adrianromero |
2022-02-04 14:34 | adrianromero | OBNetwork customer | => No |
2022-02-04 14:34 | adrianromero | Triggers an Emergency Pack | => No |
2022-02-04 14:35 | adrianromero | Relationship added | caused by 0048413 |
2022-02-04 14:42 | adrianromero | Proposed Solution updated | |
2022-02-04 14:52 | hgbot | Merge Request Status | => open |
2022-02-04 14:52 | hgbot | Note Added: 0134791 | |
2022-02-04 14:54 | adrianromero | Status | new => acknowledged |
2022-02-04 14:54 | adrianromero | Status | acknowledged => scheduled |
2022-02-25 09:16 | adrianromero | Summary | Payment log messages throws an exception if the paramenter cannot be transformed to stringified => Payment log messages throws an exception if the parameter cannot be stringified |
2022-02-25 10:00 | hgbot | Merge Request Status | open => merged |
2022-02-25 10:00 | hgbot | Note Added: 0135306 | |
2022-02-25 10:00 | hgbot | Resolution | open => fixed |
2022-02-25 10:00 | hgbot | Status | scheduled => resolved |
2022-02-25 10:00 | hgbot | Fixed in Version | => RR22Q2 |
2022-02-25 10:00 | hgbot | Note Added: 0135307 | |
2022-02-25 10:00 | hgbot | Note Added: 0135308 | |
2022-03-01 09:08 | caristu | Review Assigned To | => caristu |
2022-03-01 09:08 | caristu | Status | resolved => closed |