CSR-1391 moved switch payment label to cms
still need to refine the styling for this switch payment section, but i think it makes sense to commit this functionality for now
This commit is contained in:
parent
1061ba8c34
commit
248d666d9e
1 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
scrolling="no">
|
scrolling="no">
|
||||||
</iframe>
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
<div>Switch payment to:</div>
|
<div>{{ switchPaymentText }}</div>
|
||||||
<div>
|
<div>
|
||||||
<button
|
<button
|
||||||
v-if="paymentType !== 'cc'"
|
v-if="paymentType !== 'cc'"
|
||||||
|
|
@ -282,6 +282,9 @@ export default {
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
|
switchPaymentText() {
|
||||||
|
return this.getCmsContent("PaymentMethodWidget", "QuestionText");
|
||||||
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisitesValid() {
|
arePagePrerequisitesValid() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue