This commit is contained in:
Overtorment 2019-03-14 00:04:01 +00:00
parent f0d9fee177
commit 067f2aeae4

View File

@ -12,7 +12,7 @@ export class Paym {
this._isPaid = null; this._isPaid = null;
} }
get fee() { static get fee() {
return 0.003; return 0.003;
} }