You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database ID is "pp_openpay",
the class identifier is "openpay".
I’m trying to use different endpoint options: /hooks/payment/openpay_pp_openpay
/hooks/payment/openpay
/hooks/payment/openpay_pp_openpay_openpay.
/hooks/payment/pp_openpay_openpay.
Even though it returns a 200 status, I don’t see the logs I added in my code.
No consol.log, no logger.
How can I confirm if this is indeed the correct endpoint?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello people.
@adrien2p @sradevski @shahednasser
I recently developed an payment provide integration.
The database ID is "pp_openpay",
the class identifier is "openpay".
I’m trying to use different endpoint options: /hooks/payment/openpay_pp_openpay
/hooks/payment/openpay
/hooks/payment/openpay_pp_openpay_openpay.
/hooks/payment/pp_openpay_openpay.
Even though it returns a 200 status, I don’t see the logs I added in my code.
No consol.log, no logger.
How can I confirm if this is indeed the correct endpoint?
This is my medusa config.
modules: [
{
resolve: '@medusajs/medusa/payment',
options: {
providers: [
{
resolve: './src/modules/openpay',
id: 'openpay',
options: {
apiKey: '',
merchantId: '',
production: false,
capture: true,
},
},
],
},
},
Beta Was this translation helpful? Give feedback.
All reactions