Skip to content
Code-Schnipsel Gruppen Projekte
Commit 3dcac640 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

feat: getIcon() #12

Übergeordneter 4359a48c
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
bin/images/Payment.jpg

35,2 KiB

...@@ -67,6 +67,17 @@ class Payment extends QUI\ERP\Accounting\Payments\Api\AbstractPayment ...@@ -67,6 +67,17 @@ class Payment extends QUI\ERP\Accounting\Payments\Api\AbstractPayment
return $this->getLocale()->get('quiqqer/payment-amazon', 'payment.description'); return $this->getLocale()->get('quiqqer/payment-amazon', 'payment.description');
} }
/**
* Return the payment icon (the URL path)
* Can be overwritten
*
* @return string
*/
public function getIcon()
{
return URL_OPT_DIR.'quiqqer/payment-amazon/bin/images/Payment.jpg';
}
/** /**
* Is the payment process successful? * Is the payment process successful?
* This method returns the payment success type * This method returns the payment success type
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren