Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15450390
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
Sat, Mar 29, 3:27 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7720910
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