|  |  | @ -204,7 +204,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       return document.location.origin + '/auth/stripe_connect/callback' |  |  |  |       return document.location.origin + '/auth/stripe_connect/callback' | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     defaultCurrencies () { |  |  |  |     defaultCurrencies () { | 
			
		
	
		
		
			
				
					
					|  |  |  |       return ['USD', 'EUR', 'GBP'] |  |  |  |       return ['USD', 'EUR', 'GBP', 'CAD', 'AUD'] | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     currenciesList () { |  |  |  |     currenciesList () { | 
			
		
	
		
		
			
				
					
					|  |  |  |       return this.currencies.length ? this.currencies : this.defaultCurrencies |  |  |  |       return this.currencies.length ? this.currencies : this.defaultCurrencies | 
			
		
	
	
		
		
			
				
					|  |  | @ -226,6 +226,10 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return 'EUR' |  |  |  |         return 'EUR' | 
			
		
	
		
		
			
				
					
					|  |  |  |       } else if (userTimezone.includes('London') || userTimezone.includes('Belfast')) { |  |  |  |       } else if (userTimezone.includes('London') || userTimezone.includes('Belfast')) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return 'GBP' |  |  |  |         return 'GBP' | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } else if (userTimezone.includes('Vancouver') || userTimezone.includes('Toronto') || userTimezone.includes('Halifax') || userTimezone.includes('Edmonton')) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return 'CAD' | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } else if (userTimezone.startsWith('Australia')) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return 'AUD' | 
			
		
	
		
		
			
				
					
					|  |  |  |       } else { |  |  |  |       } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return 'USD' |  |  |  |         return 'USD' | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |