Skip to content

magento man

PayPal Express transactions for digital products are not completed automatically since Magento 2.4.6 CLI

We have a Magento store for digital products. After purchase, the Standard PayPal Express Checkout amount is automatically collected and the invoice is sent via AutoInvoice. This worked perfectly for years up to Magento version 2.4.5-p7. Without further changes other… Read More »PayPal Express transactions for digital products are not completed automatically since Magento 2.4.6 CLI

Graphql module not working properly in magento 2

I created the module schema.graphqls #Magento Customer GraphQl Schema type Query { testcustomer: Testcustomer @resolver(class: “Graphql\CrudOperations\Model\Resolver\StudentList”) @doc(description: “The testcustomer query returns information about a customer”) } type Testcustomer @doc(description: “Testcustomer defines the customer name and other details”) { student_id: Int… Read More »Graphql module not working properly in magento 2