Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space replace #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

space replace #10

wants to merge 1 commit into from

Conversation

georgechaduneli
Copy link

გამარჯობა, php-ში $_GET, $_REQUEST ში + სიმბოლო დარეზერვებულია და გარდაიქმნება სფეისად. ხშირად ტრანზაქციის id გენერირდება + სიმბოლოთი, რის გამოც ტრანზაქციები ვერ სრულდება.

@sandrodz
Copy link
Member

sandrodz commented Dec 7, 2017

მადლობა, pull-ისთვის.

თუმცა უცნაურია, სატესტო საიტზე არის + იანი trans_id-ები და ჩოულებრივად სრულდება.

screen shot 2017-12-08 at 12 09 48 am

შემთხვევით rawurlencode-ს ხომ არ იყენებ? ეგ ქმნიდა პრობლემას, და რომელიღაც კომიტში ამვოაგდე: 815bed5

დოკუმენტაციაშიც უწერია: http://php.net/manual/en/function.urlencode.php

Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs. It is encoded the same way that the posted data from a WWW form is encoded, that is the same way as in application/x-www-form-urlencoded media type. This differs from the » RFC 3986 encoding (see rawurlencode()) in that for historical reasons, spaces are encoded as plus (+) signs.

როცა $_REQUEST-ზე არაფერი წერია.

@georgechaduneli
Copy link
Author

georgechaduneli commented Dec 7, 2017

არა არ ვიყენებ, ეგ რომ გამოიყენო თიბისიზე რედაირექტის დროს ვერ პოულობს ტრანზაქციას.

@sandrodz
Copy link
Member

ოკ, შეგიძლია ეს მაგალითი ნახო თუ მუშაობს შენ სერვერზე? ყველაფერი აქვს ამას, sqlite3 db-შექმენი და ვნახოთ ტრანზაქციები როგორ მიდის: https://github.com/wearede/tbcpay-php-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants