Skip to content

Commit

Permalink
Use hyphens in payment scheme header name
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjbassey committed Aug 9, 2023
1 parent 56475d8 commit 1dce696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ private CamelProperties() {}
public static final String CLIENTCORRELATIONID = "X-CorrelationID";
public static final String BATCH_ID_HEADER = "X-BatchID";
public static final String PLATFORM_TENANT_ID = "Platform-TenantId";
public static final String PAYMENT_SCHEME_HEADER = "X-PaymentScheme";
public static final String PAYMENT_SCHEME_HEADER = "X-Payment-Scheme";

}

0 comments on commit 1dce696

Please sign in to comment.