Change Amount Donated
/** * This code snippet shows how you can change what amount is shown as donated for a particular campaign. * * @param string $amount The default amount. * @param Charitable_Campaign $campaign The campaign we’re getting this for. * @param…Continue reading