Czuje się jak jakiś niedorozwinięty. ściemniałem wszystko z tej strony pliki payu potem jeszcze dodatkową paczkę dodatkowa paczka. powklejałem wszystko gdzie potrzeba i odpaliłem to co tam było i wszystko by było fajnie bo działa na danych testowych idealnie w sęsie na tych co są tam wpisane i przyjemnie do momentu w którym nie zaczoęłm wpisywać swoich danych do pliku config.php
wygląda on tak(przed konfiguracja):
<?php /** * one place for configuration. * * @copyright Copyright (c) 2011-2012, PayU * @license <a href="http://opensource.org/licenses/GPL-3.0" target="_blank">http://opensource.org/licenses/GPL-3.0</a> Open Software License (GPL 3.0) */ include_once("sdk/openpayu.php"); // Used settings belongs to sandbox test merchant account, ready to start. // But its better to create own sandbox account and use it for testing. OpenPayU_Configuration::setEnvironment('sandbox'); OpenPayU_Configuration::setMerchantPosId('37857'); OpenPayU_Configuration::setPosAuthKey('ArJmhmF'); OpenPayU_Configuration::setClientId('37857'); OpenPayU_Configuration::setClientSecret('64dec4280702424aeea05ae85d20e15e'); OpenPayU_Configuration::setSignatureKey('a8e58d7c77722ceb73fa3fe43bf9cd53');
a teraz po mojej konfiguracji
/** * one place for configuration. * * @copyright Copyright (c) 2011-2012, PayU * @license <a href="http://opensource.org/licenses/GPL-3.0" target="_blank">http://opensource.org/licenses/GPL-3.0</a> Open Software License (GPL 3.0) */ include_once("sdk/openpayu.php"); // Used settings belongs to sandbox test merchant account, ready to start. // But its better to create own sandbox account and use it for testing. OpenPayU_Configuration::setEnvironment('sandbox'); OpenPayU_Configuration::setMerchantPosId('115654'); //kod wygenerowany przez payu dla mnie OpenPayU_Configuration::setPosAuthKey('48Z2PSx');//kod wygenerowany przez payu dla mnie OpenPayU_Configuration::setClientId('74508');//tutaj wprawdzamy id firmy OpenPayU_Configuration::setClientSecret('dbe134c8689a3a57f9d144dfb096bd08');//kody md5 pierwszy OpenPayU_Configuration::setSignatureKey('1875a35c77446a89ac1e960b674d5861');//kod md5 drugi
Przepraszam jeżeli temat był.