Skip to content

Commit

Permalink
fix: buy-quote-api param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshaysharma-cb committed Oct 16, 2024
1 parent e16651b commit 6129876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/buy-quote-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
payment_currency: reqBody.payment_currency,
payment_method: reqBody.payment_method,
country: reqBody.country,
purchase_network: reqBody.payment_network,
purchase_network: reqBody.purchase_network,
subdivision: reqBody.subdivision,
};

Expand Down

0 comments on commit 6129876

Please sign in to comment.