CSR-2130 rename isApplePay
CSR-2130 rename isApplePay
This commit is contained in:
parent
40f0f76acc
commit
0f6bcb9969
1 changed files with 2 additions and 1 deletions
|
|
@ -109,8 +109,9 @@ function generateDefaultProps() {
|
||||||
return {
|
return {
|
||||||
modelValue: "modelValue",
|
modelValue: "modelValue",
|
||||||
hasRecal: false,
|
hasRecal: false,
|
||||||
isApplePay: true,
|
showApplePay: true,
|
||||||
isInsurance: false,
|
isInsurance: false,
|
||||||
|
isPiaEnabled: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue