hotfix/2.9.42309.01
This commit is contained in:
parent
c0220d8853
commit
e7e4d17cfa
|
|
@ -50,7 +50,7 @@ export default class Programme extends React.Component {
|
|||
return {
|
||||
...item,
|
||||
items: _.map(item.items, o => {
|
||||
if (getKey(o) === "paymentType") {
|
||||
if (getKey(o) === "paymentTypeEnum") {
|
||||
return {
|
||||
...o,
|
||||
options: [
|
||||
|
|
@ -369,7 +369,7 @@ export default class Programme extends React.Component {
|
|||
return {
|
||||
...item,
|
||||
items: _.map(item.items, o => {
|
||||
if (getKey(o) === "paymentType") {
|
||||
if (getKey(o) === "paymentTypeEnum") {
|
||||
return {
|
||||
...o,
|
||||
options: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue