PR changes - erb to haml, don't update en_GB translations

This commit is contained in:
stveep
2018-07-21 18:13:28 +01:00
parent b3da7049c6
commit c0f41b6833
4 changed files with 4 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ angular.module("admin.payments").controller "PaymentCtrl", ($scope, Payment, Sta
$scope.StatusMessage = StatusMessage
$scope.submitPayment = () ->
return false if $scope.submitted == true
return false if $scope.submitted
$scope.submitted = true
StatusMessage.display 'progress', t("spree.admin.payments.source_forms.stripe.submitting_payment")
Payment.purchase()