diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 831d22a1a5..0712bb72da 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -9219,6 +9219,7 @@ phutil_register_library_map(array( 'PhortunePaymentProviderConfig' => array( 'PhortuneDAO', 'PhabricatorPolicyInterface', + 'PhabricatorApplicationTransactionInterface', ), 'PhortunePaymentProviderConfigEditor' => 'PhabricatorApplicationTransactionEditor', 'PhortunePaymentProviderConfigQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', diff --git a/src/applications/phortune/storage/PhortunePaymentProviderConfig.php b/src/applications/phortune/storage/PhortunePaymentProviderConfig.php index 1b516cadb4..b358b51d0b 100644 --- a/src/applications/phortune/storage/PhortunePaymentProviderConfig.php +++ b/src/applications/phortune/storage/PhortunePaymentProviderConfig.php @@ -1,7 +1,9 @@