Commit a5b65022 by Julien Jorry

HelloAsso : fix error in synchro

parent fe51e912
...@@ -130,6 +130,7 @@ class HelloAssoController extends CRUDController ...@@ -130,6 +130,7 @@ class HelloAssoController extends CRUDController
// type : "Donation", "Payment", "Registration", "Membership", "MonthlyDonation", "MonthlyPayment", "OfflineDonation", "Contribution", "Bonus" // type : "Donation", "Payment", "Registration", "Membership", "MonthlyDonation", "MonthlyPayment", "OfflineDonation", "Contribution", "Bonus"
$itemType = $item['type']; $itemType = $item['type'];
$itemState = $item['state'];
$helloasso->setType($itemType); $helloasso->setType($itemType);
$userFirstname = ''; $userFirstname = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment