We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: