diff --git a/src/app/branded/branded-checkout.tpl.html b/src/app/branded/branded-checkout.tpl.html index 7182bffc5..869d3beb2 100644 --- a/src/app/branded/branded-checkout.tpl.html +++ b/src/app/branded/branded-checkout.tpl.html @@ -26,7 +26,9 @@ + previous="$ctrl.previous()" + premium-name="$ctrl.premiumName" + item-config="$ctrl.itemConfig"> {{'REVIEW'}} + change-step="$ctrl.changeStep(newStep)" + radio-station-name="$ctrl.radioStationName" + premium-name="$ctrl.premiumName" + branded-checkout-item="$ctrl.itemConfig"> diff --git a/src/app/checkout/step-3/step-3.component.js b/src/app/checkout/step-3/step-3.component.js index a6f766b07..7fe43a846 100644 --- a/src/app/checkout/step-3/step-3.component.js +++ b/src/app/checkout/step-3/step-3.component.js @@ -189,6 +189,9 @@ export default angular onSubmitBtnChangeState: '&', onSubmitted: '&', onSubmittingOrder: '&', - submittingOrder: '<' + submittingOrder: '<', + radioStationName: '<', + premiumName: '<', + brandedCheckoutItem: '<' } }) diff --git a/src/app/checkout/step-3/step-3.tpl.html b/src/app/checkout/step-3/step-3.tpl.html index c9ed4a77c..919d0164a 100644 --- a/src/app/checkout/step-3/step-3.tpl.html +++ b/src/app/checkout/step-3/step-3.tpl.html @@ -146,6 +146,22 @@ + + + + {{'PREMIUM'}} + {{'CHANGE'}} + + + + + {{$ctrl.premiumName}} + + + + + +