|
|
@@ -152,8 +152,9 @@ define [
|
|
|
|
|
|
if $scope.shouldABTestPlans
|
|
|
sixpack.participate 'plans-details', ['default', 'more-details'], (chosenVariation, rawResponse)->
|
|
|
- $scope.plansVariant = chosenVariation
|
|
|
- event_tracking.send 'subscription-funnel', 'plans-page-loaded', chosenVariation
|
|
|
+ if rawResponse?.status != 'failed'
|
|
|
+ $scope.plansVariant = chosenVariation
|
|
|
+ event_tracking.send 'subscription-funnel', 'plans-page-loaded', chosenVariation
|
|
|
|
|
|
$scope.showPlans = true
|
|
|
|