<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

//phpcs:ignorefile
return [
    'WEBSITECODE' => '<form action="https://securepayments.sandbox.paypal.com/webapps/HostedSoleSolutionApp/webflow/sparta/hostedSoleSolutionProcess" method="post">
<input type="hidden" name="hosted_button_id" value="hosted_pro_hosted_button_id">
<input type="image" src="https://www.sandbox.paypal.com/en_GB/i/btn/btn_paynow_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>',
    'EMAILLINK' => 'https://securepayments.sandbox.paypal.com/webapps/HostedSoleSolutionApp/webflow/sparta/hostedSoleSolutionProcess?hosted_button_id=hosted_pro_hosted_button_id',
    'HOSTEDBUTTONID' => 'hosted_pro_hosted_button_id',
    'TIMESTAMP' => '2019-07-25T16:03:27Z',
    'CORRELATIONID' => '1098765432',
    'ACK' => 'Success',
    'VERSION' => '72.0',
    'BUILD' => '1234567',
];
