Package DE_EPAGES::Payment::API::PaymentInstaller
Install/uninstall payment logos, types, methods and logomapping. Processes Database/XML/PaymentLogos*.xml files. Processes Database/XML/PaymentTypes*.xml files. Use functions DE_EPAGES::Object::API::ObjectInstaller::onPatchDeleteObjects, DE_EPAGES::Object::API::ObjectInstaller::onPatchImportObjects to patch payment logos, types, methods and logomapping.
Base |
DE_EPAGES::Shipping::API::ShippingInstaller |
Functions
onPatchUpdatePaymentMethod
Called by PatchImportHandler by method onPatchUpdatePaymentMethod Updates all payment methods of the given payment type.
Syntax |
$Installer->onPatchUpdatePaymentMethod($File, $hParams); |
Example |
$Installer->onPatchImportObjects( '', { 'PaymentType' => 'WorldPay', 'DoPaymentOnBasket' => '0', }); |
Input |
|