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:
Matt Caimi 2023-10-27 13:43:43 -04:00
parent 1061ba8c34
commit 248d666d9e

View file

@ -20,7 +20,7 @@
scrolling="no">
</iframe>
</div>
<div>Switch payment to:</div>
<div>{{ switchPaymentText }}</div>
<div>
<button
v-if="paymentType !== 'cc'"
@ -282,6 +282,9 @@ export default {
}
return "";
},
switchPaymentText() {
return this.getCmsContent("PaymentMethodWidget", "QuestionText");
},
},
methods: {
arePagePrerequisitesValid() {