-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fix vault_payment_token install script type where column defaults were not set #12965
Merged
magento-team
merged 1 commit into
magento:2.2-develop
from
lukeconvertdigital:2.2-develop
Jan 10, 2018
Merged
Fix vault_payment_token install script type where column defaults were not set #12965
magento-team
merged 1 commit into
magento:2.2-develop
from
lukeconvertdigital:2.2-develop
Jan 10, 2018
Conversation
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
joni-jones
approved these changes
Jan 3, 2018
magento-team
pushed a commit
that referenced
this pull request
Jan 8, 2018
…ere column defaults were not set (PR #12965 backport)
magento-team
pushed a commit
that referenced
this pull request
Jan 8, 2018
magento-team
pushed a commit
that referenced
this pull request
Jan 8, 2018
Accepted Public Pull Requests: - magento-engcom/magento2ce#1149: magento/magento2#NONE: Fix vault_payment_token install script type where column defaults were not set (PR #12965 backport 2.1) (by @p-bystritsky) - #12958: [Backport to 2.1-develop] Fix #9243 - Upgrade ZF components. Zend_Service (by @dverkade) - #12959: [Backport to 2.1-develop] Fix #10812: htaccess Options override (by @dverkade) - #12930: Fix wishlist item getBuyRequest with no options (by @jameshalsall) Fixed GitHub Issues: - #9243: Upgrade ZF components. Zend_Service (reported by @okorshenko) has been fixed in #12958 by @dverkade in 2.1-develop branch Related commits: 1. abc7bc6 - #10812: htaccess Options override (reported by @s3rj1k) has been fixed in #12959 by @dverkade in 2.1-develop branch Related commits: 1. 704960a
magento-team
pushed a commit
that referenced
this pull request
Jan 10, 2018
…mn defaults were not set #12965
magento-team
pushed a commit
that referenced
this pull request
Jan 10, 2018
…ere column defaults were not set (PR #12965 forwardport)
magento-team
added a commit
that referenced
this pull request
Jan 10, 2018
Accepted Public Pull Requests: - #12937: [Backport 2.3-develop] Handle multiple errors in customer address validation when shown in adminhtml customer edit page (by @adrian-martinez-interactiv4) - magento-engcom/magento2ce#1150: magento/magento2#NONE: Fix vault_payment_token install script type where column defaults were not set (PR #12965 forwardport 2.3) (by @p-bystritsky) - magento-engcom/import-export-improvements#95: MAGETWO-49985: product custom options export in reverse order fixed (by @umarch-rltsquare)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed typo in the vault_payment_token install script.
Description
The is_active and is_visible columns were defaulting to false, however should default to true.