diff --git a/src/main/ui/static/merchantapplication/merchant_application.js b/src/main/ui/static/merchantapplication/merchant_application.js index 91492fb4a..513dcc469 100644 --- a/src/main/ui/static/merchantapplication/merchant_application.js +++ b/src/main/ui/static/merchantapplication/merchant_application.js @@ -58,7 +58,7 @@ angular.module('applyPartnerApp', ['ngMessages']).controller('applyPartnerCtrl', $scope.seconds = 6; $scope.canClick=false; $scope.description = "Send Code"; - $scope.partner = {nation_code:"+61"}; + $scope.partner = {nation_code:"+86"}; $scope.bankaccount = {}; $scope.rate = {}; $scope.phone_code_timer=$interval(function () {}, 1000);