PHP code example of fond-of-oryx / payone-secure-invoice

1. Go to this page and download the library: Download fond-of-oryx/payone-secure-invoice library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fond-of-oryx / payone-secure-invoice example snippets


Pyz\Zed\Payone\Business\PayoneDependencyProvider::getStandardParameterMapperPlugins() {
    return [
        new SecureInvoiceDedicatedCredentialsPlugin(),
    ];
}

$config[PayoneSecureInvoiceConstants::PAYONE_SECURE_INVOICE_CREDENTIALS] = [
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_AID => '13245',
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_PORTAL_ID => '54321',
    PayoneSecureInvoiceConstants::PAYONE_CREDENTIALS_KEY => '123test',
];