Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use beta enumeration value https://openactive.io/ns-beta#Member #184

Closed
nickevansuk opened this issue Oct 15, 2018 · 1 comment
Closed
Labels
bug Issues that the community spot with an implementation

Comments

@nickevansuk
Copy link
Contributor

Issue

Use beta enumeration value (https://openactive.io/ns-beta#Member). See https://www.openactive.io/ns-beta/ for more information.

This should be updated in both SessionSeries and ScheduleSession offers.

Example

Not like this:

{
  "type": "Offer",
  "price": 0,
  "priceCurrency": "GBP",
  "eligibleCustomerType": "Member",
  "identifier": "SINGLE-MEMBER",
  "name": "Single session (Member)"
}

Like this:

{
  "type": "Offer",
  "price": 0,
  "priceCurrency": "GBP",
  "eligibleCustomerType": "https://openactive.io/ns-beta#Member",
  "identifier": "SINGLE-MEMBER",
  "name": "Single session (Member)"
}
@nickevansuk nickevansuk added this to the England Athletics milestone Oct 15, 2018
@nickevansuk nickevansuk added the bug Issues that the community spot with an implementation label Oct 16, 2018
@nickevansuk
Copy link
Contributor Author

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that the community spot with an implementation
Projects
None yet
Development

No branches or pull requests

1 participant