mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
Fix : setupSubScription & BillingForm & setupOrganizationForm
This commit is contained in:
@@ -4,7 +4,7 @@ import t from 'store/types';
|
||||
export const submitBilling = ({ form }) => {
|
||||
return (dispatch) =>
|
||||
new Promise((resolve, reject) => {
|
||||
ApiService.post('payment', form)
|
||||
ApiService.post('subscription/license/payment', form)
|
||||
.then((response) => {
|
||||
resolve(response);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user