Skip to content

Commit 43edc74

Browse files
committed
Pass Yemen & Mali purchases through to PayPro
1 parent 01801fb commit 43edc74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ const PAYPRO_COUNTRIES = [
2323
'THA',
2424
'ARE',
2525
'COD',
26-
'EGY'
26+
'EGY',
27+
'YEM',
28+
'MLI'
2729
];
2830

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

0 commit comments

Comments
 (0)