You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copy payment request module directly from Stripe gateway extension
* Load payment request module
* Replace key with account
* Use unique DOM identifiers
* Make global JS variable name unique
* Rename JS container object
* Omit suffix from script path
* Use WCPay gateway for processing payment
* Pass payment method instead of source
* Use WCPay gateway settings
* Use WCPay utils
* Update textdomain for i18n to WCPay
* Make AJAX actions unique
* Automatically fix sniff violations with phpcbf
Automatically fix 73 of these code sniffing violations:
- Short array syntax must be used to define arrays
- Array double arrow not aligned correctly
- Usage of ELSE IF is discouraged; use ELSEIF instead
- Line indented incorrectly
- Equals sign not aligned with surrounding assignments
- Concat operator must be surrounded by a single space
* Adjust module header
* Fix 'Unexpected var, use let or const instead' lint errors
* Fix 'Identifier … is not in camel case' lint errors
* Fix JSDoc lint errors
* Fix remaining eslint issues
* Fix various PHPCS errors
* Fix more PHPCS issues
* Make nonce actions unique to WCPay
* Pass publishable key for current mode
* Initialize payment request module after gateway is set to avoid fatal
* Add remaining Payment Request Button settings
* Use new WCPay-specific filters
* Fix remaining PHPCS issues
* Remove @SInCE and @Version from comments
* Fix remaining ESLint issues
* Remove @SInCE and @Version from JSDoc
* Fix custom payment request button not showing
* Add payment request styles
* Fix internal dependency docblock
* Fix stylelint errors
* Add JS to toggle payment request options settings
* Fix default settings and missing settings mismatch
* Small fix - same event getting triggered error
* Add changelog entry
* Copy tests from Stripe
* Modify tests to suite WCPay
* Use prepare_amount function
* Sync payment request default values
* Fix early account request
* Rename payment_request class and assign to var
* Rename files
* Copy apple pay registration class
* Load apple pay registration class
* Add apple merchant domain association file
* Trigger update action when plugin is updated
* Restore and adapt association file copy method
* Remove return boolean from update domain association, since it's now a fallback
* Client API request to verify domain with Apple
* Add log on API request error
* Fix default settings and missing settings mismatch
* Fix file serving headers for the rewrite rule
* Verify domain on domain name change
* Make error notice clearer
* Test update domain registration file
* Test add domain association rewrite rule
* Change class properties from public to private
* Remove unnecessary isset
* Sync update_domain_association_file refactoring
* Sync tests changes
* Rename install function and separate add_woo_admin_notes
* Refactor version check for install_actions
* Throw API_Exception and change log preface
* Remove return from register_domain_with_apple
* Rename verify_hosted_domain_association_file_is_up_to_date
* Remove get_option and refactor is_enabled
* Force live mode on register_domain_with_apple
* Remove throws annotation
* Rename Payment_Request and use the same pattern in init
* Add/apple pay domain registration tracks event (Automattic#1382)
* track domain registration success/failure
* change event name to fit similar event names
* add gateway mode to Apple Pay tracks events
* Add mock_gateway parameter to tests
Co-authored-by: Ricardo Metring <[email protected]>
* Do not attempt to verify domain if account is not live
* Improve live account notice wording
* Only display notices in WC pages
Co-authored-by: Paul Dechov <[email protected]>
Co-authored-by: Kristófer Reykjalín <[email protected]>
0 commit comments