16 lines
930 B
Markdown
16 lines
930 B
Markdown
# Testing notes and ZIP for release 6.7.1
|
|
|
|
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7829419/woocommerce-gutenberg-products-block.zip)
|
|
|
|
## Feature Plugin
|
|
|
|
### Convert token to string when setting the active payment method. ([5535](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5535))
|
|
|
|
1. On your site make sure you have Stripe set up
|
|
2. Create a new customer user for your website
|
|
3. Login with that user and add a product to the Cart block
|
|
4. In the Checkout block pay with a Stripe card and select Save payment information to my account for future purchases.
|
|
5. Successfully place the order
|
|
6. Do another purchase and make sure to select the saved card as a payment method
|
|
7. Notice that you can successfully place the order and no `payment_data[0][value] is not of type string.boolean` error is showed.
|