Skip to content

Commit

Permalink
payment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Aug 22, 2024
1 parent cca915e commit 6795ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/payment/payment.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class PaymentController {
const { data } = await axios.get(
`https://api.sayapp.company/api/v2/payment/verify?trackId=${trackId}&orderId=${orderId}`,
);
console.log(data);
return data;
} catch (e) {
console.log(e);
}
Expand Down

0 comments on commit 6795ba1

Please sign in to comment.