Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18567220
D20696.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
908 B
Referenced Files
None
Subscribers
None
D20696.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sep 10 2025, 3:36 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8572625
Default Alt Text
D20696.id.diff (908 B)
Attached To
Mode
D20696: Stop trying to CC merchants on invoices/receipts
Attached
Detach File
Event Timeline
Log In to Comment