Skip to content

Commit

Permalink
Add chats payment
Browse files Browse the repository at this point in the history
  • Loading branch information
jahongiry committed Mar 3, 2024
1 parent f70816e commit 466a908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cards/prePayment/prePayment.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const PrePayment = ({ closePrePayment, game }) => {
<input
type='hidden'
name='callback'
value={`https://cyberswap.uz/${game.id}`}
value={`https://cyberswap.uz/chats`}
/>
<input type='hidden' name='callback_timeout' value={2000} />
<button type='submit' className='modal-pay-logo'>
Expand Down

0 comments on commit 466a908

Please sign in to comment.