diff --git a/src/app/branded/branded-checkout.component.js b/src/app/branded/branded-checkout.component.js index 3c7b6e26a..4011bb267 100644 --- a/src/app/branded/branded-checkout.component.js +++ b/src/app/branded/branded-checkout.component.js @@ -182,6 +182,6 @@ export default angular onOrderFailed: '&', language: '@', showCoverFees: '@', - useV3: '@', + useV3: '@' } }) diff --git a/src/app/branded/step-1/branded-checkout-step-1.component.js b/src/app/branded/step-1/branded-checkout-step-1.component.js index ae84fbe0a..017f8e1ed 100644 --- a/src/app/branded/step-1/branded-checkout-step-1.component.js +++ b/src/app/branded/step-1/branded-checkout-step-1.component.js @@ -189,6 +189,6 @@ export default angular onPaymentFailed: '&', radioStationApiUrl: '<', radioStationRadius: '<', - useV3: '<', + useV3: '<' } }) diff --git a/src/app/productConfig/productConfigForm/productConfigForm.component.js b/src/app/productConfig/productConfigForm/productConfigForm.component.js index eccde8d2f..6990128f1 100644 --- a/src/app/productConfig/productConfigForm/productConfigForm.component.js +++ b/src/app/productConfig/productConfigForm/productConfigForm.component.js @@ -417,6 +417,6 @@ export default angular updateQueryParam: '&', submitted: '<', onStateChange: '&', - useV3: '<', + useV3: '<' } })