Remove angular from Payment Methods

This commit is contained in:
binarygit
2022-08-14 12:31:29 +05:45
committed by Konrad
parent 22cf05ad94
commit 01c477f2cb
6 changed files with 3 additions and 76 deletions

View File

@@ -13,8 +13,6 @@ describe "enterpriseCtrl", ->
sells: "none"
owner:
id: 98
PaymentMethods =
paymentMethods: "payment methods"
receivesNotifications = 99
inject ($rootScope, $controller, _Enterprises_, _StatusMessage_) ->
@@ -27,9 +25,6 @@ describe "enterpriseCtrl", ->
it "stores enterprise", ->
expect(scope.Enterprise).toEqual enterprise
it "stores payment methods", ->
expect(scope.PaymentMethods).toBe PaymentMethods.paymentMethods
describe "removing logo", ->
deferred = null