Skip to content

Commit

Permalink
Fixing bad serialization of FinancialInstitutionIdentification : chil…
Browse files Browse the repository at this point in the history
…dren node is FinInstnId, not PmtId.
  • Loading branch information
shouze committed Aug 14, 2012
1 parent 6d9e63d commit 32dcdca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CreditorAgent
* MANDATORY
*
* @Type("Rezzza\SepaBundle\Model\PaymentInformation\Debtors\FinancialInstitutionIdentification")
* @SerializedName("PmtId")
* @SerializedName("FinInstnId")
*/
public $financialInstitutionIdentification;

Expand Down

0 comments on commit 32dcdca

Please sign in to comment.