mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Fix subscription initial payment method name
This commit is contained in:
parent
9f859da8cb
commit
8266e1bce7
2 changed files with 11 additions and 2 deletions
|
@ -326,8 +326,6 @@ const PayPalComponent = ({
|
|||
};
|
||||
|
||||
handleSubscriptionShippingChange = async (data, actions) => {
|
||||
console.log('--- handleSubscriptionShippingChange', data, actions);
|
||||
|
||||
try {
|
||||
const shippingOptionId = data.selected_shipping_option?.id;
|
||||
if (shippingOptionId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue