Skip to content

Commit 6ced40e

Browse files
committed
update headers
1 parent be6ad92 commit 6ced40e

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

src/foam/core/referral/DisableOldReferralCodesRuleAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2023 The FOAM Authors. All Rights Reserved.
3+
* Copyright 2025 The FOAM Authors. All Rights Reserved.
44
* http://www.apache.org/licenses/LICENSE-2.0
55
*/
66

src/foam/core/referral/IdReferralCodeGenerationService.js

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
/**
2-
* NANOPAY CONFIDENTIAL
3-
*
4-
* [2025] nanopay Corporation
5-
* All Rights Reserved.
6-
*
7-
* NOTICE: All information contained herein is, and remains
8-
* the property of nanopay Corporation.
9-
* The intellectual and technical concepts contained
10-
* herein are proprietary to nanopay Corporation
11-
* and may be covered by Canadian and Foreign Patents, patents
12-
* in process, and are protected by trade secret or copyright law.
13-
* Dissemination of this information or reproduction of this material
14-
* is strictly forbidden unless prior written permission is obtained
15-
* from nanopay Corporation.
2+
* @license
3+
* Copyright 2025 The FOAM Authors. All Rights Reserved.
4+
* http://www.apache.org/licenses/LICENSE-2.0
165
*/
176

187
foam.CLASS({
@@ -42,7 +31,7 @@ foam.CLASS({
4231
ReferralCode code = (ReferralCode) referralCodeDAO.find(
4332
AND(
4433
EQ(ReferralCode.REFERRER, userId),
45-
EQ(ReferralCode.AUTO_GENERATED, true)
34+
EQ(ReferralCode.ENABLED, true)
4635
)
4736
);
4837
return code.getId();

src/foam/core/referral/pom.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ foam.POM({
1111
{ name: "ReferralBorder", flags: "web" },
1212
{ name: "Relationships", flags: "js|java" }
1313
{ name: "ReferralCodeGeneratorService", flags: "js|java" },
14-
<<<<<<< Updated upstream
15-
{ name: "IdReferralCodeGenerationService", flags: "js|java" }
16-
=======
1714
{ name: "IdReferralCodeGenerationService", flags: "js|java" },
1815
{ name: "DisableOldReferralCodesRuleAction", flags: "js|java" }
19-
>>>>>>> Stashed changes
2016
]
2117
});

0 commit comments

Comments
 (0)