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

STENCIL-3533 Remove gift certificate format validation #1026

Merged
merged 1 commit into from
Jun 20, 2017
Merged

STENCIL-3533 Remove gift certificate format validation #1026

merged 1 commit into from
Jun 20, 2017

Commits on Jun 19, 2017

  1. STENCIL-3533 Remove gift certificate format validation

    Before we had a Gift Certificates API for the creation or import of gift certificates from another system, gift certificates in BC were all of a single format, alphanumeric with hyphens like this:
    
    AAA-AAA-AAA-AAA
    
    However, now we have the API and 3rd parties are welcome to import certificates of an arbitrary format.
    
    However, Cornerstone still validates the old format, which will cause these imported certificates to fail.Making this change to fix that and allow any format.
    bookernath committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    2cc4bde View commit details
    Browse the repository at this point in the history