Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15387603
D11951.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
663 B
Referenced Files
None
Subscribers
None
D11951.id.diff
View Options
diff --git a/src/applications/phortune/storage/PhortuneCart.php b/src/applications/phortune/storage/PhortuneCart.php
--- a/src/applications/phortune/storage/PhortuneCart.php
+++ b/src/applications/phortune/storage/PhortuneCart.php
@@ -195,8 +195,8 @@
// TODO: Perform purchase review. Here, we would apply rules to determine
// whether the charge needs manual review (maybe making the decision via
// Herald, configuration, or by examining provider fraud data). For now,
- // always require review.
- $needs_review = true;
+ // don't require review.
+ $needs_review = false;
if ($needs_review) {
$this->willReviewCart();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 2:41 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7326919
Default Alt Text
D11951.id.diff (663 B)
Attached To
Mode
D11951: Don't require payment review by default in Phortune
Attached
Detach File
Event Timeline
Log In to Comment