Differential D19789 Diff 47256 src/applications/phortune/query/PhortunePaymentProviderConfigQuery.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/phortune/query/PhortunePaymentProviderConfigQuery.php
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | if ($this->merchantPHIDs !== null) { | ||||
| $where[] = qsprintf( | $where[] = qsprintf( | ||||
| $conn, | $conn, | ||||
| 'merchantPHID IN (%Ls)', | 'merchantPHID IN (%Ls)', | ||||
| $this->merchantPHIDs); | $this->merchantPHIDs); | ||||
| } | } | ||||
| $where[] = $this->buildPagingClause($conn); | $where[] = $this->buildPagingClause($conn); | ||||
| return $this->formatWhereClause($where); | return $this->formatWhereClause($conn, $where); | ||||
| } | } | ||||
| public function getQueryApplicationClass() { | public function getQueryApplicationClass() { | ||||
| return 'PhabricatorPhortuneApplication'; | return 'PhabricatorPhortuneApplication'; | ||||
| } | } | ||||
| } | } | ||||