Skip to content

Instantly share code, notes, and snippets.

export function formattedMessage(translation, object) {
let text = `${translation}`
Object.keys(object).forEach(key =>
text = text.replace(`{${key}}`, object[key])
)
return text
}
export const red50 = '#ffebee';
export const red100 = '#ffcdd2';
export const red200 = '#ef9a9a';
export const red300 = '#e57373';
export const red400 = '#ef5350';
export const red500 = '#f44336';
export const red600 = '#e53935';
export const red700 = '#d32f2f';
export const red800 = '#c62828';
export const red900 = '#b71c1c';
Adyen Test Card Numbers
These cards are only valid on our TEST system and they will never involve any actual transaction or transfer of funds. The TEST card numbers will not work on the Adyen LIVE Platform.
For all cards use the following expiration and CVV2/CVC2/or CID for Amex.
For all cards:
Expiration Dates CVV2 / CVC3 CID (American Express)
06/2016 OR 08/2018 737 7373
private final String CUSTOMER_KEY = "customer_id";
private final String SUPPORTER_KEY = "supporter_id";
private final String JOB_TYPE_KEY = "job_type";
private final String LEVEL_KEY = "level";
private final String BOOK_KEY = "book";
private final String GENDER_KEY = "gender";
private final String EXPECT_HR_KEY = "expect_hr";
private final String SCHEDULE_KEY = "schedule";
private final String LAUNDRY_KEY = "laundry";