"location",
"description" => "description",
"amount_money" => [
"amount" => 1,
"currency" => "USD"
]
];
self::$checkoutRequest->setAdditionalRecipients([$recipient]);
$this->assertContains($recipient, self::$checkoutRequest->getAdditionalRecipients());
}
}