Skip to content

Commit

Permalink
Add 's3.amazonaws.com' to valid domains
Browse files Browse the repository at this point in the history
  • Loading branch information
joannasese committed Jan 9, 2020
1 parent 6d808d1 commit 14495d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Recurly_Client
/**
* Valid Recurly domains
*/
private static $valid_domains = ["recurly.com"];
private static $valid_domains = ["recurly.com", "s3.amazonaws.com"];

/**
* Base API URL
Expand Down

0 comments on commit 14495d8

Please sign in to comment.