Skip to content

Commit

Permalink
fix case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gilv93 committed Oct 4, 2023
1 parent 87705a7 commit ff8eb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/recurly/amazon/amazon-pay.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class AmazonPay extends Emitter {

scriptUrl () {
switch(this.options.region) {
case 'uk', 'eu':
case 'uk':
case 'eu':
return 'https://static-eu.payments-amazon.com/checkout.js';
case 'us':
return 'https://static-na.payments-amazon.com/checkout.js';
Expand Down

0 comments on commit ff8eb2d

Please sign in to comment.