diff --git a/src/MercadoPago/Resources/Payment/Barcode.php b/src/MercadoPago/Resources/Payment/Barcode.php new file mode 100644 index 00000000..86c2bd81 --- /dev/null +++ b/src/MercadoPago/Resources/Payment/Barcode.php @@ -0,0 +1,10 @@ + "MercadoPago\Resources\Payment\Barcode", + ]; + + /** + * Method responsible for getting map of entities. + */ + public function getMap(): array + { + return $this->map; + } }