Commits

Thomas Tornevall authored a596fa2b139
ECOMPHP-388: Merchantportal compliance. * Most of the tests are adjusted due to minor dependencies related to the old account with different method ID's. * Some of the tests has been fixed during technical disturbances, why we also removed the getAddress-dependency (setBillingByGetAddress) on a test that checks order rows. * Tests that is dependent on PAYMENT_PROVIDER will only roll when such types are available. The new account SHOULD have this, but the added methods may be delayed. * Some preferred payment id's was really disliked by MP (such with decimals), so this has been changed to a hashed string instead. * findPaymentByGovId only fails once - on the first try ever for a chosen account. There was a try-catch there before, which has now been removed again. * getPaymentMethodsCache() has been updated to a non-name-dependent test.