Skip to content

Commit e0c72df

Browse files
committed
Use PayPro for Venezuela as well
1 parent d37780b commit e0c72df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/functions/redirect-to-checkout.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const PAYPRO_COUNTRIES = [
2525
'COD',
2626
'EGY',
2727
'YEM',
28-
'MLI'
28+
'MLI',
29+
'VEN'
2930
];
3031

3132
export const handler = catchErrors(async (event) => {

0 commit comments

Comments
 (0)