Skip to content

Commit bff9da8

Browse files
author
Jon Tzeng
committed
Enforce hard-coded $20 minimum
1 parent b65620d commit bff9da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/gift-cards/phazeApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
// ---------------------------------------------------------------------------
2222

2323
/** Minimum card value in USD. Cards below this are filtered out. */
24-
export const MINIMUM_CARD_VALUE_USD = 5
24+
export const MINIMUM_CARD_VALUE_USD = 20
2525

2626
// ---------------------------------------------------------------------------
2727
// Field definitions for different use cases

0 commit comments

Comments
 (0)