Skip to content

Commit

Permalink
chore: temporary set intervalInMonths param
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski committed Sep 21, 2024
1 parent c0ddeab commit 12840ec
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import {__} from '@wordpress/i18n';
import AmountControl from './amount-control';
import PaymentMethodControl from './payment-method-control';
import ModalDialog from '@givewp/components/AdminUI/ModalDialog';
import {managePausingSubscriptionWithAPI, updateSubscriptionWithAPI} from './utils';
import {
managePausingSubscriptionWithAPI,
updateSubscriptionWithAPI,
} from './utils';
import PauseDurationDropdown from './pause-duration-dropdown';

import './style.scss';
Expand Down Expand Up @@ -85,6 +88,7 @@ const SubscriptionManager = ({id, subscription}) => {

await managePausingSubscriptionWithAPI({
id,
intervalInMonths: 2,
});
};

Expand Down

0 comments on commit 12840ec

Please sign in to comment.