White label invoice fix
This commit is contained in:
parent
927cd5a9a6
commit
6bb4bc3e69
1 changed files with 1 additions and 1 deletions
|
|
@ -883,7 +883,7 @@ class BasePaymentDriver
|
|||
protected function createLicense($payment)
|
||||
{
|
||||
// TODO parse invoice to determine license
|
||||
if ($payment->amount == 20) {
|
||||
if ($payment->amount == WHITE_LABEL_PRICE) {
|
||||
$affiliateId = 4;
|
||||
$productId = PRODUCT_WHITE_LABEL;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue