Skip to content

Commit

Permalink
remove getSimValid
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Feb 2, 2024
1 parent 68f1f9a commit 07e70a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/billing.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ export async function cancelPrime(dongle_id) {
return request.post('v1/prime/cancel', { dongle_id });
}

export async function getSimValid(dongle_id, sim_id) {
return request.get('v1/prime/sim_valid', { dongle_id, sim_id });
}

export async function getStripeCheckout(dongle_id, sim_id, plan) {
return request.post('v1/prime/stripe_checkout', { dongle_id, sim_id, plan });
}
Expand Down

0 comments on commit 07e70a6

Please sign in to comment.