Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
feat(Recurring Buy): correctly showRecurringBuy, not dependent on qa …
Browse files Browse the repository at this point in the history
…flag
  • Loading branch information
plondon committed Nov 17, 2017
1 parent 2e810e6 commit 0dff7c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions assets/js/controllers/coinify/coinifyCheckout.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ function CoinifyCheckoutController ($scope, $rootScope, $stateParams, Env, Angul
$state.params.selectedTab = this.selectedTab;
}
};
$scope.showRecurringBuy = env.partners.coinify.showRecurringBuy;

if (env.qaDebugger) {
$scope.frequencyOptions = ['Hourly', 'Daily', 'Weekly', 'Monthly'];
$scope.qaDebugger = env.qaDebugger;
$scope.showRecurringBuy = env.partners.coinify.showRecurringBuy;
$scope.frequencyOptions = ['Hourly', 'Daily', 'Weekly', 'Monthly'];
}
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"blockchain-css": "^1.1.41",
"blockchain-css": "^1.1.42",
"bootstrap-sass": "^3.3.7",
"bower": "^1.3.1",
"browserify": "^13.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,9 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

blockchain-css@^1.1.41:
version "1.1.41"
resolved "https://registry.npmjs.org/blockchain-css/-/blockchain-css-1.1.41.tgz#a09205a4c593e182336379b4c4be6b5884b097b0"
blockchain-css@^1.1.42:
version "1.1.42"
resolved "https://registry.npmjs.org/blockchain-css/-/blockchain-css-1.1.42.tgz#7b6f39dd43ed37dfbeac5f36f9644b12f324a14e"
dependencies:
bootstrap-sass "^3.3.7"

Expand Down

0 comments on commit 0dff7c1

Please sign in to comment.