Page MenuHomePhabricator

D20696.id.diff
No OneTemporary

D20696.id.diff

diff --git a/src/applications/phortune/editor/PhortuneCartEditor.php b/src/applications/phortune/editor/PhortuneCartEditor.php
--- a/src/applications/phortune/editor/PhortuneCartEditor.php
+++ b/src/applications/phortune/editor/PhortuneCartEditor.php
@@ -188,8 +188,8 @@
protected function getMailTo(PhabricatorLiskDAO $object) {
$phids = array();
- // Reload the cart to pull merchant and account information, in case we
- // just created the object.
+ // Reload the cart to pull account information, in case we just created the
+ // object.
$cart = id(new PhortuneCartQuery())
->setViewer($this->requireActor())
->withPHIDs(array($object->getPHID()))
@@ -199,10 +199,6 @@
$phids[] = $account_member;
}
- foreach ($cart->getMerchant()->getMemberPHIDs() as $merchant_member) {
- $phids[] = $merchant_member;
- }
-
return $phids;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 24, 11:20 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7720910
Default Alt Text
D20696.id.diff (908 B)

Event Timeline