Page MenuHomePhabricator

D19462.diff
No OneTemporary

D19462.diff

diff --git a/src/applications/phortune/storage/PhortunePaymentMethod.php b/src/applications/phortune/storage/PhortunePaymentMethod.php
--- a/src/applications/phortune/storage/PhortunePaymentMethod.php
+++ b/src/applications/phortune/storage/PhortunePaymentMethod.php
@@ -83,7 +83,11 @@
public function getDescription() {
$provider = $this->buildPaymentProvider();
- return $provider->getPaymentMethodProviderDescription();
+
+ $expires = $this->getDisplayExpires();
+ $description = $provider->getPaymentMethodProviderDescription();
+
+ return pht("Expires %s \xC2\xB7 %s", $expires, $description);
}
public function getMetadataValue($key, $default = null) {

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 4:43 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6285488
Default Alt Text
D19462.diff (690 B)

Event Timeline