MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
pass recipient_id to payments
rm base64 decoding, being done in Civi now - phab:T381931
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
Line 854:
// SMS
if ( mw.util.getParamValue( 'recipient_id' ) ) {
params.contact_hashrecipient_id = mw.util.getParamValue( 'recipient_id' );
}