Skip to content

Commit

Permalink
Update includes/class-wc-stripe-blocks-support.php
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Juhé Lluveras <[email protected]>
  • Loading branch information
nerrad and Aljullu authored Mar 22, 2021
1 parent b96b7de commit 0c182f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-stripe-blocks-support.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function get_payment_method_data() {
/**
* Determine if store allows cards to be saved during checkout.
*
* @return bool True if merchant allows shopper to save card (payment method) during checkout).
* @return bool True if merchant allows shopper to save card (payment method) during checkout.
*/
private function get_show_saved_cards() {
return isset( $this->settings['saved_cards'] ) ? 'yes' === $this->settings['saved_cards'] : false;
Expand Down

0 comments on commit 0c182f1

Please sign in to comment.