diff --git a/src/app/branded/branded-checkout.component.js b/src/app/branded/branded-checkout.component.js index 7917373a5..85104338e 100644 --- a/src/app/branded/branded-checkout.component.js +++ b/src/app/branded/branded-checkout.component.js @@ -132,6 +132,7 @@ export default angular apiUrl: '@', premiumCode: '@', premiumName: '@', + premiumImageUrl: '@', radioStationApiUrl: '@', radioStationRadius: '@', donorDetailsVariable: '@donorDetails', diff --git a/src/app/branded/branded-checkout.tpl.html b/src/app/branded/branded-checkout.tpl.html index 69f8946a1..e96369e18 100644 --- a/src/app/branded/branded-checkout.tpl.html +++ b/src/app/branded/branded-checkout.tpl.html @@ -18,6 +18,7 @@ on-payment-failed="$ctrl.onPaymentFailed($event.donorDetails)" premium-code="$ctrl.premiumCode" premium-name="$ctrl.premiumName" + premium-image-url="$ctrl.premiumImageUrl" radio-station-api-url="$ctrl.radioStationApiUrl" radio-station-radius="$ctrl.radioStationRadius"> 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 ad477275b..e8ebe864c 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 @@ -187,6 +187,7 @@ export default angular onPaymentFailed: '&', premiumCode: '<', premiumName: '<', + premiumImageUrl: '<', radioStationApiUrl: '<', radioStationRadius: '<' } diff --git a/src/app/branded/step-1/branded-checkout-step-1.tpl.html b/src/app/branded/step-1/branded-checkout-step-1.tpl.html index 31843229f..abe557c45 100644 --- a/src/app/branded/step-1/branded-checkout-step-1.tpl.html +++ b/src/app/branded/step-1/branded-checkout-step-1.tpl.html @@ -64,6 +64,9 @@

{{'PREMIUM'}}

+
+ +