forked from gocardless/business
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gocardless#9 from gocardless/custom-calendars
Allow custom calendars
- Loading branch information
Showing
5 changed files
with
113 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
working_days: | ||
- monday | ||
- tuesday | ||
- wednesday | ||
- thursday | ||
- friday | ||
|
||
holidays: | ||
- January 1st, 2015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
working_days: | ||
- monday | ||
- tuesday | ||
- wednesday | ||
- thursday | ||
- friday | ||
|
||
holidays: | ||
- January 1st, 2013 | ||
- March 29th, 2013 | ||
- April 1st, 2013 | ||
- May 1st, 2013 | ||
- May 9th, 2013 | ||
- May 20th, 2013 | ||
- May 30th, 2013 | ||
- October 3rd, 2013 | ||
- November 1st, 2013 | ||
- December 24th, 2013 | ||
- December 25th, 2013 | ||
- December 26th, 2013 | ||
- December 31st, 2013 | ||
- January 1st, 2014 | ||
- April 18th, 2014 | ||
- April 21st, 2014 | ||
- May 1st, 2014 | ||
- May 9th, 2014 | ||
- May 29th, 2014 | ||
- June 9th, 2014 | ||
- June 19th, 2014 | ||
- October 3rd, 2014 | ||
- November 1st, 2014 | ||
- December 24th, 2014 | ||
- December 25th, 2014 | ||
- December 26th, 2014 | ||
- December 31st, 2014 | ||
- January 1st, 2015 | ||
- April 3rd, 2015 | ||
- April 6th, 2015 | ||
- May 1st, 2015 | ||
- May 9th, 2015 | ||
- May 14th, 2015 | ||
- May 25th, 2015 | ||
- June 4th, 2015 | ||
- October 3rd, 2015 | ||
- November 1st, 2015 | ||
- December 24th, 2015 | ||
- December 25th, 2015 | ||
- December 26th, 2015 | ||
- December 31st, 2015 |