Add repository for purchases

[PREMIUM-142]
This commit is contained in:
Pavel Dohnal
2020-05-06 13:17:43 +02:00
committed by Veljko V
parent 41965e71f3
commit 0583e84b15
3 changed files with 27 additions and 0 deletions

View File

@ -104,4 +104,11 @@ class StatisticsWooCommercePurchaseEntity {
$this->safelyLoadToOneAssociation('click');
return $this->click;
}
/**
* @return int
*/
public function getOrderId() {
return $this->orderId;
}
}