Merge branch 'trunk' into PCP-688-add-functionality-to-choose-subscription-failure-behavior

This commit is contained in:
dinamiko 2022-08-16 11:16:25 +02:00
commit e43313f114
101 changed files with 4250 additions and 1303 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* Handles the onboard with Pay Upon Invoice setting.
* Handles the onboard with Pay upon Invoice setting.
*
* @package WooCommerce\PayPalCommerce\Onboarding\Endpoint
*/

View file

@ -86,7 +86,7 @@ class OnboardingOptionsRenderer {
$checked = '';
}
return '<li><label><input type="checkbox" id="ppcp-onboarding-pui" ' . $checked . '> ' .
__( 'Onboard with Pay Upon Invoice', 'woocommerce-paypal-payments' ) . '
__( 'Onboard with Pay upon Invoice', 'woocommerce-paypal-payments' ) . '
</label></li>';
}