Skip to content

Commit ecb7075

Browse files
committed
remove Canada from STRIPE_TRANSFER_COUNTRIES
1 parent 01cd73c commit ecb7075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liberapay/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def generate_value(self, currency):
413413
})
414414

415415
# https://docs.stripe.com/connect/separate-charges-and-transfers#cross-border-transfers
416-
STRIPE_TRANSFER_COUNTRIES = {*EEA, 'CA', 'CH', 'GB', 'GI', 'US'}
416+
STRIPE_TRANSFER_COUNTRIES = {*EEA, 'CH', 'GB', 'GI', 'US'}
417417

418418
SUMMARY_MAX_SIZE = 100
419419
FEEDBACK_MAX_SIZE = 1000

0 commit comments

Comments
 (0)