diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index d91bd3f31..cef405d9b 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.7.7", + "version": "2.7.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.7.7", + "version": "2.7.8", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index 5eec6dc11..4758b4881 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.7.7", + "version": "2.7.8", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/pay/common/PaymentErrorMessage.vue b/auth-web/src/components/pay/common/PaymentErrorMessage.vue index e30d67283..2d9c34e1a 100644 --- a/auth-web/src/components/pay/common/PaymentErrorMessage.vue +++ b/auth-web/src/components/pay/common/PaymentErrorMessage.vue @@ -88,6 +88,8 @@ export default class PaymentErrorMessage extends Vue { case paymentErrorType.PAYMENT_CANCELLED: errorTitle = this.$t('paymentCancelTitle').toString() errorMessage = this.$t('paymentCancelSubText').toString() + showOkbtn = true + showCancelbtn = false break case paymentErrorType.DECLINED: errorTitle = this.$t('paymentDeclinedTitle').toString() diff --git a/auth-web/src/locales/en.json b/auth-web/src/locales/en.json index b915e4df0..5186767cc 100644 --- a/auth-web/src/locales/en.json +++ b/auth-web/src/locales/en.json @@ -100,7 +100,7 @@ "paymentErrorTitle": "Payment Error", "paymentErrorSubText": "Looks like we encountered an error. Your payment could not be processed.
Please try again or your transaction state will change to \"pending\" and saved as draft.", "paymentCancelTitle": "Payment Cancelled", - "paymentCancelSubText": "You have cancelled your payment with credit card. Please try again or your
transaction state will change to \"pending\" ", + "paymentCancelSubText": "Your payment has been cancelled. No charges have been applied to
your credit card.", "paymentDeclinedTitle": "Payment Declined", "paymentDeclinedSubText": "Sorry, your payment has failed. The payment was declined.
Please review your payment information and try again.", "paymentInvalidErrorTitle": "Payment Error", diff --git a/auth-web/tests/unit/components/Product.spec.ts b/auth-web/tests/unit/components/Product.spec.ts index be48f4dca..5b7164f0f 100644 --- a/auth-web/tests/unit/components/Product.spec.ts +++ b/auth-web/tests/unit/components/Product.spec.ts @@ -15,7 +15,7 @@ describe('Product.vue', () => { const productDetails = { 'code': 'VS', - 'description': 'Vital Statistics', + 'description': 'Wills Registry', 'url': 'url', 'type': 'PARTNER', 'subscriptionStatus': ProductStatus.NOT_SUBSCRIBED