• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TrueLayer / truelayer-java / #97

15 Apr 2024 02:02PM UTC coverage: 90.566% (-0.6%) from 91.176%
#97

push

github

web-flow
feat(EWT-535): Support for merchant account transactions pagination (#279)

4 of 8 new or added lines in 2 files covered. (50.0%)

13 existing lines in 2 files now uncovered.

432 of 477 relevant lines covered (90.57%)

0.91 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/truelayer/java/Constants.java
1
package com.truelayer.java;
2

3
/**
4
 * Library constants class
5
 */
6
public final class Constants {
×
7

8
    /**
9
     * Oauth scopes
10
     */
11
    public static final class Scopes {
×
12
        public static final String PAYMENTS = "payments";
13

14
        public static final String RECURRING_PAYMENTS_SWEEPING = "recurring_payments:sweeping";
15

16
        public static final String RECURRING_PAYMENTS_COMMERCIAL = "recurring_payments:commercial";
17
    }
18

19
    /**
20
     * Version info keys
21
     */
UNCOV
22
    public static final class VersionInfo {
×
23
        public static final String NAME = "name";
24
        public static final String VERSION = "version";
25
    }
26

27
    /**
28
     * HTTP headers names
29
     */
UNCOV
30
    public static final class HeaderNames {
×
31
        public static final String IDEMPOTENCY_KEY = "Idempotency-Key";
32
        public static final String TL_SIGNATURE = "Tl-Signature";
33
        public static final String TL_AGENT = "TL-Agent";
34
        public static final String AUTHORIZATION = "Authorization";
35
        public static final String PROXY_AUTHORIZATION = "Proxy-Authorization";
36
        public static final String X_FORWARDED_FOR = "X-Forwarded-For";
37
        public static final String X_DEVICE_USER_AGENT = "X-Device-User-Agent";
38
        public static final String COOKIE = "Cookie";
39
        public static final String TL_CORRELATION_ID = "X-Tl-Correlation-Id";
40
        public static final String TL_ENABLE_PAGINATION = "tl-enable-pagination";
41
    }
42
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc