Update payment method integration links for improved a11y and not to point to WC Blocks repo (#47936)
This commit is contained in:
parent
bb92392d9f
commit
b0db3aeab4
|
@ -9,7 +9,7 @@ Custom code should be copied into your child theme's **functions.php** file.
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
|
|
||||||
Some parts of this document only applies to the shortcode Checkout, for adding fields to the Checkout block, [consult this document.](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce-blocks/docs/third-party-developers/extensibility/checkout-block/additional-checkout-fields.md)
|
Some parts of this document only applies to the shortcode Checkout, for adding fields to the Checkout block, consult [the additional checkout fields documentation](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce-blocks/docs/third-party-developers/extensibility/checkout-block/additional-checkout-fields.md).
|
||||||
|
|
||||||
## How Are Checkout Fields Loaded to WooCommerce?
|
## How Are Checkout Fields Loaded to WooCommerce?
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
"post_title": "Customizing checkout fields using actions and filters",
|
"post_title": "Customizing checkout fields using actions and filters",
|
||||||
"tags": "code-snippet",
|
"tags": "code-snippet",
|
||||||
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/code-snippets/customising-checkout-fields.md",
|
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/code-snippets/customising-checkout-fields.md",
|
||||||
"hash": "3b0ce072c92206279fc6d49f3aa4cb0e4fbc2da71a2a5f0ffada81c030c397df",
|
"hash": "8bbfe162402e484ae89427e1aedaed4faa57555b64b5a77ca800f701524314cb",
|
||||||
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/code-snippets/customising-checkout-fields.md",
|
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/code-snippets/customising-checkout-fields.md",
|
||||||
"id": "83097d3b7414557fc80dcf9f8f1a708bbdcdd884"
|
"id": "83097d3b7414557fc80dcf9f8f1a708bbdcdd884"
|
||||||
},
|
},
|
||||||
|
@ -666,7 +666,7 @@
|
||||||
"menu_title": "Payment Gateway API",
|
"menu_title": "Payment Gateway API",
|
||||||
"tags": "reference",
|
"tags": "reference",
|
||||||
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/payments/payment-gateway-api.md",
|
"edit_url": "https://github.com/woocommerce/woocommerce/edit/trunk/docs/payments/payment-gateway-api.md",
|
||||||
"hash": "812b0beff6b99ca3ac54a896be7daf3c2baca79cc0ba6caa6010c5563c97bd8f",
|
"hash": "f199d04a262bac32d1e22eb3f8410d5c30f10fa86cbb303d4149363a44dc3562",
|
||||||
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/payments/payment-gateway-api.md",
|
"url": "https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/docs/payments/payment-gateway-api.md",
|
||||||
"id": "b337203996650b567f91c70306e1010d6f1ae552"
|
"id": "b337203996650b567f91c70306e1010d6f1ae552"
|
||||||
}
|
}
|
||||||
|
@ -1349,5 +1349,5 @@
|
||||||
"categories": []
|
"categories": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"hash": "e5d02f9138e115932f6a9e8da7c954f02d1b4ea987c6e90dbacd5cb01d027a7e"
|
"hash": "1579358bdc138f095c65a591f1e4e8ad32529375fff451d3f06e1deeeb035956"
|
||||||
}
|
}
|
|
@ -19,7 +19,7 @@ Form and iFrame based gateways post data offsite, meaning there are less securit
|
||||||
|
|
||||||
## Creating a basic payment gateway
|
## Creating a basic payment gateway
|
||||||
|
|
||||||
**Note:** The instructions below are for the default Checkout page. If you're looking to add a custom payment method for the new Checkout block, check out [this documentation.](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/docs/third-party-developers/extensibility/checkout-payment-methods/payment-method-integration.md)
|
**Note:** The instructions below are for the default Checkout page. If you're looking to add a custom payment method for the new Checkout block, check out [the payment method integration documentation](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce-blocks/docs/third-party-developers/extensibility/checkout-payment-methods/payment-method-integration.md).
|
||||||
|
|
||||||
Payment gateways should be created as additional plugins that hook into WooCommerce. Inside the plugin, you need to create a class after plugins are loaded. Example:
|
Payment gateways should be created as additional plugins that hook into WooCommerce. Inside the plugin, you need to create a class after plugins are loaded. Example:
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
Comment: This is a documentation update. No changelog entry is necessary
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue