Page MenuHomePhorge

PhortuneAddPaymentMethodAction.php
No OneTemporary

Size
403 B
Referenced Files
None
Subscribers
None

PhortuneAddPaymentMethodAction.php

<?php
final class PhortuneAddPaymentMethodAction
extends PhabricatorSystemAction {
const TYPECONST = 'phortune.payment-method.add';
public function getScoreThreshold() {
return 60 / phutil_units('1 hour in seconds');
}
public function getLimitExplanation() {
return pht(
'You are making too many attempts to add payment methods in a short '.
'period of time.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 2:20 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99880
Default Alt Text
PhortuneAddPaymentMethodAction.php (403 B)

Event Timeline