randomDonationForm(); return [ 'donation_id' => $this->randomDonation(), 'form_id' => $donationForm['id'], 'amount' => Money::of($this->randomAmount(), give_get_option('currency'))->getMinorAmount(), ]; } }