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

Spree 3.0: Update Order Show Response #75

Open
mumoc opened this issue Mar 4, 2015 · 0 comments
Open

Spree 3.0: Update Order Show Response #75

mumoc opened this issue Mar 4, 2015 · 0 comments

Comments

@mumoc
Copy link
Contributor

mumoc commented Mar 4, 2015

Now, Order Show return a new node called: credit_cards which return the order.valid_credit_cards collection.

Example:
credit_cards:
[ { id: 2,
month: 12,
year: 2025,
cc_type: "visa",
last_digits: "1111",
name: "Waka User",
gateway_customer_profile_id: "BGS-451020",
gateway_payment_profile_id: null } ]

Github Reference:
spree/spree@2-4-stable...3-0-stable#diff-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant