Skip to content
Snippets Groups Projects
Commit 62fe1379 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #476 from yashodha/fixscript

fix script to pass correct fee_amount parameter
parents d5602d12 f35505f0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
curl http://crm_32/sites/crm_32/modules/civicrm/extern/ipn.php?reset=1\&module=event\&contactID=102\&participantID=2222\&contributionID=4927\&eventID=57 -d mc_gross=289.00 -d txn_id=5M6789701L0500744 -d invoice=464c1b17c130a3eaffc159629013203e -d payment_status=Completed -d payment_fee=29.00
\ No newline at end of file
curl http://crm_32/sites/crm_32/modules/civicrm/extern/ipn.php?reset=1\&module=event\&contactID=102\&participantID=2222\&contributionID=4927\&eventID=57 -d mc_gross=289.00 -d txn_id=5M6789701L0500744 -d invoice=464c1b17c130a3eaffc159629013203e -d payment_status=Completed -d mc_fee=29.00
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment