WC_Gateway_Paypal_Transact_Account_Manager::do_onboarding
Deprecated since 0.5.0. It is no longer supported and may be removed in future releases. Use
Automattic\WooCommerce\Gateways\PayPal\TransactAccountManager::do_onboarding(). This method will be removed in 11.0.0 instead.Onboard the merchant with the Transact platform.
Method of the class: WC_Gateway_Paypal_Transact_Account_Manager{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Gateway_Paypal_Transact_Account_Manager = new WC_Gateway_Paypal_Transact_Account_Manager(); $WC_Gateway_Paypal_Transact_Account_Manager->do_onboarding();
Changelog
| Deprecated since 10.5.0 | Use Automattic\WooCommerce\Gateways\PayPal\TransactAccountManager::do_onboarding() instead. This method will be removed in 11.0.0. |
WC_Gateway_Paypal_Transact_Account_Manager::do_onboarding() WC Gateway Paypal Transact Account Manager::do onboarding code WC 10.5.0
public function do_onboarding() {
wc_deprecated_function(
__METHOD__,
'10.5.0',
PayPalTransactAccountManager::class . '::do_onboarding()'
);
$this->transact_account_manager->do_onboarding();
}