Estoy haciendo un var_dump($charge) y me regresa lo siguiente, solo necesito obtener el elemento $charge["barcode_url"], necesito convertir el objeto a un array?
No puse completo el var_dump, porque no me permitia postearlo completo en este foro
Código PHP:
object(OpenpayCharge)#12 (14) { ["authorization":protected]=> NULL object(stdClass)#23 (3) { ["type"]=> string(5) "store" ["reference"]=> string(17) "OPENPAY00XGN6WTQ4" ["barcode_url"]=> string(85) "https://sandbox-api.openpay.mx/barcode/OPENPAY00XGN6WTQ4?width=1&height=45&text=false" } } ["noSerializableData":protected]=> array(0) { } }