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

Commit

Permalink
Increment partner trade
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Apr 24, 2018
1 parent b8d51f3 commit de9d58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/controllers/sfox/sfoxBuyCheckout.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function SfoxBuyCheckoutController ($scope, $timeout, $stateParams, $q, Wallet,
$scope.checkout.tradeDetails = details;
$scope.checkout.type = 'buy';
$scope.checkout.goTo('confirm');
Wallet.api.incrementPartnerTrade('sfox', 'buy', $scope.checkout.quote.baseCurrency, $scope.checkout.quote.quoteCurrency);
return quote;
});
};
Expand Down

0 comments on commit de9d58e

Please sign in to comment.