storj-archived / billing

Deprecated. Billing service for the Storj V2 platform
GNU Affero General Public License v3.0
8 stars 8 forks source link

Mark `isFreeTier` for users who submit coin payments #98

Closed dylanlott closed 6 years ago

dylanlott commented 6 years ago

Users who paid with STORJ were not being set to isFreeTier: false before. This commit changes their status to false on successful verification of a coinpayments transaction.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 40.139% when pulling e3c50eedfc01be86f89ab96ed8ac9c3b88abaa8d on dylanlott:isFreeTier into 927c69a91c7e6c5845b9b69dfc7e5c7cd7f64bb1 on Storj:master.

pgerbes1 commented 6 years ago

This looks good to me.