Use unabbreviated "SuspendedPayment" for LedgerEntryType

This commit is contained in:
Nicholas Dudfield
2015-08-05 16:49:14 +07:00
committed by Nik Bougalis
parent b8e192e058
commit d69285f6ad

View File

@@ -81,7 +81,7 @@ LedgerFormats::LedgerFormats ()
<< SOElement (sfHighQualityOut, SOE_OPTIONAL)
;
add ("SusPay", ltSUSPAY) <<
add ("SuspendedPayment", ltSUSPAY) <<
SOElement (sfAccount, SOE_REQUIRED) <<
SOElement (sfDestination, SOE_REQUIRED) <<
SOElement (sfAmount, SOE_REQUIRED) <<