This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jacoroux on github. | |
* I am jacoroux (https://keybase.io/jacoroux) on keybase. | |
* I have a public key ASDBVTLApXoCMIfD_gKfA_MFjb3LicmOzRchjSwRfecVfAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$order_adjustments = $this->BillingOrderAdjustments | |
->find('active') | |
->contain(['Accounts']) | |
->where([ | |
'BillingOrderAdjustments.amount >' => 0 | |
]); |