Page MenuHomePhabricator

D11951.id.diff
No OneTemporary

D11951.id.diff

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

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)

Event Timeline