Page MenuHomePhabricator

D20696.diff
No OneTemporary

D20696.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
Sep 6 2025, 4:27 PM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8572625
Default Alt Text
D20696.diff (908 B)

Event Timeline