Posts by Xim nes • 313 points
9 posts
-
3
votes1
answer966
views -
1
votes0
answers182
viewsQ: Receiving API POST
I’m having trouble receiving data via POST from the Cielo API. I’ve already spoken to King Host and everything is right about the certificates and so on. I did some research on Github and found a…
-
4
votes5
answers1057
viewsA: Problem with in_array()
I managed to find a way. You actually use an in_array and an array_column to specify the array. if(in_array('Asset', array_column($cart_array, 'type'))){}
-
6
votes5
answers1057
viewsQ: Problem with in_array()
I have a problem with the in_array function. I made a var_dump() in the array I want to search for: array(2) { ["28c8edde3d61a0411511d3b1866f0636"]=> array(8) { ["id"]=> string(32)…
-
0
votes0
answers299
viewsQ: Data request, Cielo checkout
I am having trouble receiving the data in the notification and status URL of Checkout Cielo. I am using the Codeigniter framework, and the data does not update the table. Follow the code of my…
-
1
votes1
answer638
viewsA: Checkouturl redirection problem at Cielo Checkout
I managed to take care of the boys. I needed to redirect, not automatic. For those who need it: $json = json_decode($response); $checkoutUrl = $json->settings->checkoutUrl;…
-
0
votes1
answer638
viewsQ: Checkouturl redirection problem at Cielo Checkout
I’m developing the website of my record label with the Codeigniter framework. In it I will sell physical and digital Cds with the Cart class. I signed up for Cielo this week and I am reading…
-
2
votes1
answer192
viewsA: Problem creating SLUG in codeIgniter
I managed to solve boys. convert_accented_characters() is the function that did not know it performs this. Hugs…
-
4
votes1
answer192
viewsQ: Problem creating SLUG in codeIgniter
Look, I’m developing the portal for my record label, and I’m having a really boring problem. I am logging the news, names of Albums, names of artists and so on. When I register in the BD I play in a…