Project

General

Profile

Actions

Evolution #1406

closed

Ajouter id_adh lors des appels à executePostScript

Added by Manuel Her over 4 years ago. Updated over 4 years ago.

Status:
Fermé
Priority:
Normal
Category:
Core
Target version:
Start date:
03/02/2020
Due date:
% Done:

100%

Estimated time:

Description

Bonjour,
Serait-il possible d'ajouter ['id_adh'=>$id_adh] dans les paramètres de executePostScript()

dans contributions.routes.php et paypal\routes.php ligne 330

Merci
Manuel

Actions #1

Updated by Johan Cwiklinski over 4 years ago

Un truc dans ce genre là ?

diff --git a/galette/lib/Galette/Entity/Contribution.php b/galette/lib/Galette/Entity/Contribution.php
index 0f1e7461..42e2a701 100644
--- a/galette/lib/Galette/Entity/Contribution.php
+++ b/galette/lib/Galette/Entity/Contribution.php
@@ -988,6 +988,7 @@ class Contribution
         if ($this->_member !== null) {
             $m = new Adherent($this->zdb, (int)$this->_member);
             $member = array(
+                'id'            => (int)$this->_member,
                 'name'          => $m->sfullname,
                 'email'         => $m->email,
                 'organization'  => ($m->isCompany() ? 1 : 0),

Actions #2

Updated by Manuel Her over 4 years ago

oui ça me semble bien, ça marche avec le plugin paypal?

Merci

Actions #3

Updated by Johan Cwiklinski over 4 years ago

Normalement oui, mais je n'ai pas de quoi tester de mon côté.

Actions #4

Updated by Manuel Her over 4 years ago

Bonjour,

Sur le même principe, pourriez-vous ajouter l'id de la contrib:

$contrib = array(
'id' => $this->id,

Merci
Manuel

Actions #5

Updated by Johan Cwiklinski over 4 years ago

Manuel Her a écrit :

Bonjour,

Sur le même principe, pourriez-vous ajouter l'id de la contrib:

$contrib = array(
'id' => $this->id,

Merci
Manuel

OK, pas de problème

Actions #6

Updated by Manuel Her over 4 years ago

J'ai oublié le _

'id' => $this->_id,

J'ai testé avec Paypal, c'est OK

Merci

Actions #7

Updated by Johan Cwiklinski over 4 years ago

  • Category set to Core
  • Status changed from Nouveau to In Progress
  • Assignee set to Johan Cwiklinski
  • Target version set to 0.9.4

Manuel Her a écrit :

J'ai oublié le _

'id' => $this->_id,

J'ai testé avec Paypal, c'est OK

Merci

Top, merci pour le retour. Ls deux changements seront dans la prochaine version ;)

Actions #8

Updated by Johan Cwiklinski over 4 years ago

  • Status changed from In Progress to Résolu
  • % Done changed from 0 to 100
Actions #9

Updated by Johan Cwiklinski over 4 years ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF